Html Css Color HEX #5FEFFD Baby Blue

📋 copy color: '#5FEFFD'

red 95 ◦ green 239 ◦ blue 253

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

Shades of Baby Blue #5FEFFD

Tints of Baby Blue #5FEFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.72%

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

R = 16.18%
G = 40.72%
B = 43.1%

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

#5FEFFD (or 0x5FEFFD) is known color: Baby Blue. HEX triplet: 5F, EF and FD. RGB value is (95,239,253). Sum of RGB (Red+Green+Blue) = 95+239+253=587 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.18% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FEFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEFFD is #A01002. Grayscale: #C5C5C5. Windows color (decimal): -10489859 or 16641887. OLE color: 16641887.

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

Color convert

RGB 95 239 253 -
CMYK 0.62 0.06 0 0.01
HSL 185.32º 0.98% 0.68% -
HSV(B) 185.32º 0.62% 0.99% -
XYZ 53.32 71.26 103.87 -
YUV 197.54 159.29 54.86 -
System Red Green Blue C M Y K H S L
Decimal 95 239 253 0.62 0.06 0 0.01 185.32 0.98 0.68
Hex 5F EF FD 3E 6 0 1 B9 62 44
Octal 137 357 375 76 6 0 1 271 142 104
Binary 1011111 11101111 11111101 111110 110 0 1 10111001 1100010 1000100

Color Harmonies of #5FEFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEFFD

Black with #5FEFFD

Text Example


Text Example

White with #5FEFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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