Html Css Color HEX #78F9E8 Baby Blue

📋 copy color: '#78F9E8'

red 120 ◦ green 249 ◦ blue 232

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

Shades of Baby Blue #78F9E8

Tints of Baby Blue #78F9E8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.43%

 BLUE value IS 232 (91.02% from 255) = 38.6%

R = 19.97%
G = 41.43%
B = 38.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#78F9E8 (or 0x78F9E8) is known color: Baby Blue. HEX triplet: 78, F9 and E8. RGB value is (120,249,232). Sum of RGB (Red+Green+Blue) = 120+249+232=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #78F9E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F9E8 is #870617. Grayscale: #D0D0D0. Windows color (decimal): -8848920 or 15268216. OLE color: 15268216.

HSL color Cylindrical-coordinate representation of color #78F9E8: hue angle of 172.09º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F9E8 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 249 232 -
CMYK 0.52 0 0.07 0.02
HSL 172.09º 0.91% 0.72% -
HSV(B) 172.09º 0.52% 0.98% -
XYZ 56.19 77.57 88.36 -
YUV 208.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 120 249 232 0.52 0 0.07 0.02 172.09 0.91 0.72
Hex 78 F9 E8 34 0 7 2 AC 5B 48
Octal 170 371 350 64 0 7 2 254 133 110
Binary 1111000 11111001 11101000 110100 0 111 10 10101100 1011011 1001000

Color Harmonies of #78F9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F9E8

Black with #78F9E8

Text Example


Text Example

White with #78F9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,249,232); }

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

background-color css

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

 a { background-color: rgb(120,249,232); }

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

border-color css

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

 span { border-color: rgb(120,249,232); }

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