Html Css Color HEX #5FFEFD Baby Blue

📋 copy color: '#5FFEFD'

red 95 ◦ green 254 ◦ blue 253

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

Shades of Baby Blue #5FFEFD

Tints of Baby Blue #5FFEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.19%

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

R = 15.78%
G = 42.19%
B = 42.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#5FFEFD (or 0x5FFEFD) is known color: Baby Blue. HEX triplet: 5F, FE and FD. RGB value is (95,254,253). Sum of RGB (Red+Green+Blue) = 95+254+253=602 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.78% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFEFD is #A00102. Grayscale: #CECECE. Windows color (decimal): -10486019 or 16645727. OLE color: 16645727.

HSL color Cylindrical-coordinate representation of color #5FFEFD: hue angle of 179.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFEFD is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 95 254 253 -
CMYK 0.63 0 0.00 0.00
HSL 179.62º 0.99% 0.68% -
HSV(B) 179.62º 0.63% 1% -
XYZ 57.89 80.41 105.4 -
YUV 206.35 154.32 48.58 -
System Red Green Blue C M Y K H S L
Decimal 95 254 253 0.63 0 0.00 0.00 179.62 0.99 0.68
Hex 5F FE FD 3F 0 0 0 B4 63 44
Octal 137 376 375 77 0 0 0 264 143 104
Binary 1011111 11111110 11111101 111111 0 0 0 10110100 1100011 1000100

Color Harmonies of #5FFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFEFD

Black with #5FFEFD

Text Example


Text Example

White with #5FFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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