Html Css Color HEX #78CFF2 Sky Blue

📋 copy color: '#78CFF2'

red 120 ◦ green 207 ◦ blue 242

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

Shades of Sky Blue #78CFF2

Tints of Sky Blue #78CFF2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.38%

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

R = 21.09%
G = 36.38%
B = 42.53%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78CFF2 (or 0x78CFF2) is known color: Sky Blue. HEX triplet: 78, CF and F2. RGB value is (120,207,242). Sum of RGB (Red+Green+Blue) = 120+207+242=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #78CFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CFF2 is #87300D. Grayscale: #B8B8B8. Windows color (decimal): -8859662 or 15912824. OLE color: 15912824.

HSL color Cylindrical-coordinate representation of color #78CFF2: hue angle of 197.21º 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 #78CFF2 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 207 242 -
CMYK 0.50 0.14 0 0.05
HSL 197.21º 0.82% 0.71% -
HSV(B) 197.21º 0.5% 0.95% -
XYZ 46.09 55.03 92.2 -
YUV 184.98 160.18 81.65 -
System Red Green Blue C M Y K H S L
Decimal 120 207 242 0.50 0.14 0 0.05 197.21 0.82 0.71
Hex 78 CF F2 32 E 0 5 C5 52 47
Octal 170 317 362 62 16 0 5 305 122 107
Binary 1111000 11001111 11110010 110010 1110 0 101 11000101 1010010 1000111

Color Harmonies of #78CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFF2

Black with #78CFF2

Text Example


Text Example

White with #78CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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