Html Css Color HEX #5FEDFD Baby Blue

📋 copy color: '#5FEDFD'

red 95 ◦ green 237 ◦ blue 253

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

Shades of Baby Blue #5FEDFD

Tints of Baby Blue #5FEDFD

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 95 237 253 -
CMYK 0.62 0.06 0 0.01
HSL 186.08º 0.98% 0.68% -
HSV(B) 186.08º 0.62% 0.99% -
XYZ 52.73 70.09 103.68 -
YUV 196.37 159.96 55.7 -
System Red Green Blue C M Y K H S L
Decimal 95 237 253 0.62 0.06 0 0.01 186.08 0.98 0.68
Hex 5F ED FD 3E 6 0 1 BA 62 44
Octal 137 355 375 76 6 0 1 272 142 104
Binary 1011111 11101101 11111101 111110 110 0 1 10111010 1100010 1000100

Color Harmonies of #5FEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEDFD

Black with #5FEDFD

Text Example


Text Example

White with #5FEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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