Html Css Color HEX #5FFDED Baby Blue

📋 copy color: '#5FFDED'

red 95 ◦ green 253 ◦ blue 237

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

Shades of Baby Blue #5FFDED

Tints of Baby Blue #5FFDED

RGB

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

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

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

R = 16.24%
G = 43.25%
B = 40.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#5FFDED (or 0x5FFDED) is known color: Baby Blue. HEX triplet: 5F, FD and ED. RGB value is (95,253,237). Sum of RGB (Red+Green+Blue) = 95+253+237=585 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.24% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDED is #A00212. Grayscale: #CBCBCB. Windows color (decimal): -10486291 or 15596895. OLE color: 15596895.

HSL color Cylindrical-coordinate representation of color #5FFDED: hue angle of 173.92º 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 #5FFDED is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 253 237 -
CMYK 0.62 0 0.06 0.01
HSL 173.92º 0.98% 0.68% -
HSV(B) 173.92º 0.62% 0.99% -
XYZ 55.13 78.8 92.42 -
YUV 203.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 95 253 237 0.62 0 0.06 0.01 173.92 0.98 0.68
Hex 5F FD ED 3E 0 6 1 AE 62 44
Octal 137 375 355 76 0 6 1 256 142 104
Binary 1011111 11111101 11101101 111110 0 110 1 10101110 1100010 1000100

Color Harmonies of #5FFDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFDED

Black with #5FFDED

Text Example


Text Example

White with #5FFDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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