Html Css Color HEX #78CFEB Sky Blue

📋 copy color: '#78CFEB'

red 120 ◦ green 207 ◦ blue 235

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

Shades of Sky Blue #78CFEB

Tints of Sky Blue #78CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 21.35%
G = 36.83%
B = 41.81%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#78CFEB (or 0x78CFEB) is known color: Sky Blue. HEX triplet: 78, CF and EB. RGB value is (120,207,235). Sum of RGB (Red+Green+Blue) = 120+207+235=562 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.35% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #78CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CFEB is #873014. Grayscale: #B7B7B7. Windows color (decimal): -8859669 or 15454072. OLE color: 15454072.

HSL color Cylindrical-coordinate representation of color #78CFEB: hue angle of 194.61º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78CFEB is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 207 235 -
CMYK 0.49 0.12 0 0.08
HSL 194.61º 0.74% 0.7% -
HSV(B) 194.61º 0.49% 0.92% -
XYZ 45.05 54.62 86.76 -
YUV 184.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 120 207 235 0.49 0.12 0 0.08 194.61 0.74 0.7
Hex 78 CF EB 31 C 0 8 C3 4A 46
Octal 170 317 353 61 14 0 10 303 112 106
Binary 1111000 11001111 11101011 110001 1100 0 1000 11000011 1001010 1000110

Color Harmonies of #78CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFEB

Black with #78CFEB

Text Example


Text Example

White with #78CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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