Html Css Color HEX #5FECFD Baby Blue

📋 copy color: '#5FECFD'

red 95 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #5FECFD

Tints of Baby Blue #5FECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.41%

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

R = 16.27%
G = 40.41%
B = 43.32%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FECFD (or 0x5FECFD) is known color: Baby Blue. HEX triplet: 5F, EC and FD. RGB value is (95,236,253). Sum of RGB (Red+Green+Blue) = 95+236+253=584 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.27% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECFD is #A01302. Grayscale: #C3C3C3. Windows color (decimal): -10490627 or 16641119. OLE color: 16641119.

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

Color convert

RGB 95 236 253 -
CMYK 0.62 0.07 0 0.01
HSL 186.46º 0.98% 0.68% -
HSV(B) 186.46º 0.62% 0.99% -
XYZ 52.44 69.52 103.58 -
YUV 195.78 160.29 56.12 -
System Red Green Blue C M Y K H S L
Decimal 95 236 253 0.62 0.07 0 0.01 186.46 0.98 0.68
Hex 5F EC FD 3E 7 0 1 BA 62 44
Octal 137 354 375 76 7 0 1 272 142 104
Binary 1011111 11101100 11111101 111110 111 0 1 10111010 1100010 1000100

Color Harmonies of #5FECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECFD

Black with #5FECFD

Text Example


Text Example

White with #5FECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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