Html Css Color HEX #5FFDEA Baby Blue

📋 copy color: '#5FFDEA'

red 95 ◦ green 253 ◦ blue 234

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

Shades of Baby Blue #5FFDEA

Tints of Baby Blue #5FFDEA

RGB

 RED value IS 95 (37.5% from 255) = 16.32%

 GREEN value IS 253 (99.22% from 255) = 43.47%

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 16.32%
G = 43.47%
B = 40.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#5FFDEA (or 0x5FFDEA) is known color: Baby Blue. HEX triplet: 5F, FD and EA. RGB value is (95,253,234). Sum of RGB (Red+Green+Blue) = 95+253+234=582 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.32% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDEA is #A00215. Grayscale: #CBCBCB. Windows color (decimal): -10486294 or 15400287. OLE color: 15400287.

HSL color Cylindrical-coordinate representation of color #5FFDEA: hue angle of 172.78º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFDEA is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 253 234 -
CMYK 0.62 0 0.08 0.01
HSL 172.78º 0.98% 0.68% -
HSV(B) 172.78º 0.62% 0.99% -
XYZ 54.7 78.62 90.14 -
YUV 203.59 145.15 50.54 -
System Red Green Blue C M Y K H S L
Decimal 95 253 234 0.62 0 0.08 0.01 172.78 0.98 0.68
Hex 5F FD EA 3E 0 8 1 AD 62 44
Octal 137 375 352 76 0 10 1 255 142 104
Binary 1011111 11111101 11101010 111110 0 1000 1 10101101 1100010 1000100

Color Harmonies of #5FFDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFDEA

Black with #5FFDEA

Text Example


Text Example

White with #5FFDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FFDEA; }

 p { color: rgb(95,253,234); }

 H1.HeaderClassName
 {
   color: #5FFDEA;
 }
 .AnyTagClassName
 {
   color: #5FFDEA;
 }
</style>

background-color css

<style>
 a { background-color: #5FFDEA; }

 a { background-color: rgb(95,253,234); }

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

border-color css

<style>
 span { border-color: #5FFDEA; }

 span { border-color: rgb(95,253,234); }

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