Html Css Color HEX #78CDF2 Sky Blue

📋 copy color: '#78CDF2'

red 120 ◦ green 205 ◦ blue 242

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

Shades of Sky Blue #78CDF2

Tints of Sky Blue #78CDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.16%

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

R = 21.16%
G = 36.16%
B = 42.68%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78CDF2 (or 0x78CDF2) is known color: Sky Blue. HEX triplet: 78, CD and F2. RGB value is (120,205,242). Sum of RGB (Red+Green+Blue) = 120+205+242=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #78CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CDF2 is #87320D. Grayscale: #B7B7B7. Windows color (decimal): -8860174 or 15912312. OLE color: 15912312.

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

Color convert

RGB 120 205 242 -
CMYK 0.50 0.15 0 0.05
HSL 198.2º 0.82% 0.71% -
HSV(B) 198.2º 0.5% 0.95% -
XYZ 45.6 54.07 92.04 -
YUV 183.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 120 205 242 0.50 0.15 0 0.05 198.2 0.82 0.71
Hex 78 CD F2 32 F 0 5 C6 52 47
Octal 170 315 362 62 17 0 5 306 122 107
Binary 1111000 11001101 11110010 110010 1111 0 101 11000110 1010010 1000111

Color Harmonies of #78CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CDF2

Black with #78CDF2

Text Example


Text Example

White with #78CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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