Html Css Color HEX #7FD2F1 Sky Blue

📋 copy color: '#7FD2F1'

red 127 ◦ green 210 ◦ blue 241

#7FD2F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #7FD2F1

Tints of Sky Blue #7FD2F1

RGB

 RED value IS 127 (50% from 255) = 21.97%

 GREEN value IS 210 (82.42% from 255) = 36.33%

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 21.97%
G = 36.33%
B = 41.7%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7FD2F1 (or 0x7FD2F1) is known color: Sky Blue. HEX triplet: 7F, D2 and F1. RGB value is (127,210,241). Sum of RGB (Red+Green+Blue) = 127+210+241=578 (76% of max value = 765). Red value is 127 (50% from 255 or 21.97% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #7FD2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD2F1 is #802D0E. Grayscale: #BCBCBC. Windows color (decimal): -8400143 or 15848063. OLE color: 15848063.

HSL color Cylindrical-coordinate representation of color #7FD2F1: hue angle of 196.32º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FD2F1 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 210 241 -
CMYK 0.47 0.13 0 0.05
HSL 196.32º 0.8% 0.72% -
HSV(B) 196.32º 0.47% 0.95% -
XYZ 47.68 56.96 91.7 -
YUV 188.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 127 210 241 0.47 0.13 0 0.05 196.32 0.8 0.72
Hex 7F D2 F1 2F D 0 5 C4 50 48
Octal 177 322 361 57 15 0 5 304 120 110
Binary 1111111 11010010 11110001 101111 1101 0 101 11000100 1010000 1001000

Color Harmonies of #7FD2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD2F1

Black with #7FD2F1

Text Example


Text Example

White with #7FD2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FD2F1; }

 p { color: rgb(127,210,241); }

 H1.HeaderClassName
 {
   color: #7FD2F1;
 }
 .AnyTagClassName
 {
   color: #7FD2F1;
 }
</style>

background-color css

<style>
 a { background-color: #7FD2F1; }

 a { background-color: rgb(127,210,241); }

 div.DivClassName
 {
   background-color: #7FD2F1;
 }
 .BgClassName
 {
   background-color: #7FD2F1;
 }
</style>

border-color css

<style>
 span { border-color: #7FD2F1; }

 span { border-color: rgb(127,210,241); }

 td.TdClassName
 {
   border-color: #7FD2F1;
 }
 .TagClassName
 {
   border-color: #7FD2F1;
 }
</style>