Html Css Color HEX #78FFED Baby Blue

📋 copy color: '#78FFED'

red 120 ◦ green 255 ◦ blue 237

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

Shades of Baby Blue #78FFED

Tints of Baby Blue #78FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 41.67%

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 19.61%
G = 41.67%
B = 38.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#78FFED (or 0x78FFED) is known color: Baby Blue. HEX triplet: 78, FF and ED. RGB value is (120,255,237). Sum of RGB (Red+Green+Blue) = 120+255+237=612 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.61% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FFED is #870012. Grayscale: #D4D4D4. Windows color (decimal): -8847379 or 15597432. OLE color: 15597432.

HSL color Cylindrical-coordinate representation of color #78FFED: hue angle of 172º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFED is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 120 255 237 -
CMYK 0.53 0 0.07 0
HSL 172º 1% 0.74% -
HSV(B) 172º 0.53% 1% -
XYZ 58.79 81.63 92.78 -
YUV 212.58 141.77 61.96 -
System Red Green Blue C M Y K H S L
Decimal 120 255 237 0.53 0 0.07 0 172 1 0.74
Hex 78 FF ED 35 0 7 0 AC 64 4A
Octal 170 377 355 65 0 7 0 254 144 112
Binary 1111000 11111111 11101101 110101 0 111 0 10101100 1100100 1001010

Color Harmonies of #78FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FFED

Black with #78FFED

Text Example


Text Example

White with #78FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,255,237); }

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

background-color css

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

 a { background-color: rgb(120,255,237); }

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

border-color css

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

 span { border-color: rgb(120,255,237); }

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