Html Css Color HEX #78D2F2 Sky Blue

📋 copy color: '#78D2F2'

red 120 ◦ green 210 ◦ blue 242

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

Shades of Sky Blue #78D2F2

Tints of Sky Blue #78D2F2

RGB

 RED value IS 120 (47.27% from 255) = 20.98%

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

 BLUE value IS 242 (94.92% from 255) = 42.31%

R = 20.98%
G = 36.71%
B = 42.31%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78D2F2 (or 0x78D2F2) is known color: Sky Blue. HEX triplet: 78, D2 and F2. RGB value is (120,210,242). Sum of RGB (Red+Green+Blue) = 120+210+242=572 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.98% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #78D2F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D2F2 is #872D0D. Grayscale: #BABABA. Windows color (decimal): -8858894 or 15913592. OLE color: 15913592.

HSL color Cylindrical-coordinate representation of color #78D2F2: hue angle of 195.74º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78D2F2 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 210 242 -
CMYK 0.50 0.13 0 0.05
HSL 195.74º 0.82% 0.71% -
HSV(B) 195.74º 0.5% 0.95% -
XYZ 46.82 56.5 92.44 -
YUV 186.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 120 210 242 0.50 0.13 0 0.05 195.74 0.82 0.71
Hex 78 D2 F2 32 D 0 5 C4 52 47
Octal 170 322 362 62 15 0 5 304 122 107
Binary 1111000 11010010 11110010 110010 1101 0 101 11000100 1010010 1000111

Color Harmonies of #78D2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D2F2

Black with #78D2F2

Text Example


Text Example

White with #78D2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78D2F2; }

 p { color: rgb(120,210,242); }

 H1.HeaderClassName
 {
   color: #78D2F2;
 }
 .AnyTagClassName
 {
   color: #78D2F2;
 }
</style>

background-color css

<style>
 a { background-color: #78D2F2; }

 a { background-color: rgb(120,210,242); }

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

border-color css

<style>
 span { border-color: #78D2F2; }

 span { border-color: rgb(120,210,242); }

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