Html Css Color HEX #78FFEE Baby Blue

📋 copy color: '#78FFEE'

red 120 ◦ green 255 ◦ blue 238

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

Shades of Baby Blue #78FFEE

Tints of Baby Blue #78FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 19.58%
G = 41.6%
B = 38.83%

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

#78FFEE (or 0x78FFEE) is known color: Baby Blue. HEX triplet: 78, FF and EE. RGB value is (120,255,238). Sum of RGB (Red+Green+Blue) = 120+255+238=613 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.58% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FFEE is #870011. Grayscale: #D4D4D4. Windows color (decimal): -8847378 or 15662968. OLE color: 15662968.

HSL color Cylindrical-coordinate representation of color #78FFEE: hue angle of 172.44º 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 #78FFEE is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 120 255 238 -
CMYK 0.53 0 0.07 0
HSL 172.44º 1% 0.74% -
HSV(B) 172.44º 0.53% 1% -
XYZ 58.94 81.69 93.55 -
YUV 212.7 142.27 61.88 -
System Red Green Blue C M Y K H S L
Decimal 120 255 238 0.53 0 0.07 0 172.44 1 0.74
Hex 78 FF EE 35 0 7 0 AC 64 4A
Octal 170 377 356 65 0 7 0 254 144 112
Binary 1111000 11111111 11101110 110101 0 111 0 10101100 1100100 1001010

Color Harmonies of #78FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FFEE

Black with #78FFEE

Text Example


Text Example

White with #78FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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