Html Css Color HEX #75FFE9 Baby Blue

📋 copy color: '#75FFE9'

red 117 ◦ green 255 ◦ blue 233

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

Shades of Baby Blue #75FFE9

Tints of Baby Blue #75FFE9

RGB

 RED value IS 117 (46.09% from 255) = 19.34%

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

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 19.34%
G = 42.15%
B = 38.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#75FFE9 (or 0x75FFE9) is known color: Baby Blue. HEX triplet: 75, FF and E9. RGB value is (117,255,233). Sum of RGB (Red+Green+Blue) = 117+255+233=605 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.34% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFE9 is #8A0016. Grayscale: #D3D3D3. Windows color (decimal): -9043991 or 15335285. OLE color: 15335285.

HSL color Cylindrical-coordinate representation of color #75FFE9: hue angle of 170.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFE9 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 233 -
CMYK 0.54 0 0.09 0
HSL 170.43º 1% 0.73% -
HSV(B) 170.43º 0.54% 1% -
XYZ 57.8 81.19 89.71 -
YUV 211.23 140.28 60.79 -
System Red Green Blue C M Y K H S L
Decimal 117 255 233 0.54 0 0.09 0 170.43 1 0.73
Hex 75 FF E9 36 0 9 0 AA 64 49
Octal 165 377 351 66 0 11 0 252 144 111
Binary 1110101 11111111 11101001 110110 0 1001 0 10101010 1100100 1001001

Color Harmonies of #75FFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFE9

Black with #75FFE9

Text Example


Text Example

White with #75FFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75FFE9; }

 p { color: rgb(117,255,233); }

 H1.HeaderClassName
 {
   color: #75FFE9;
 }
 .AnyTagClassName
 {
   color: #75FFE9;
 }
</style>

background-color css

<style>
 a { background-color: #75FFE9; }

 a { background-color: rgb(117,255,233); }

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

border-color css

<style>
 span { border-color: #75FFE9; }

 span { border-color: rgb(117,255,233); }

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