Html Css Color HEX #5FECFB Baby Blue

📋 copy color: '#5FECFB'

red 95 ◦ green 236 ◦ blue 251

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

Shades of Baby Blue #5FECFB

Tints of Baby Blue #5FECFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.13%

R = 16.32%
G = 40.55%
B = 43.13%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FECFB (or 0x5FECFB) is known color: Baby Blue. HEX triplet: 5F, EC and FB. RGB value is (95,236,251). Sum of RGB (Red+Green+Blue) = 95+236+251=582 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.32% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECFB is #A01304. Grayscale: #C3C3C3. Windows color (decimal): -10490629 or 16510047. OLE color: 16510047.

HSL color Cylindrical-coordinate representation of color #5FECFB: hue angle of 185.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FECFB is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 236 251 -
CMYK 0.62 0.06 0 0.02
HSL 185.77º 0.95% 0.68% -
HSV(B) 185.77º 0.62% 0.98% -
XYZ 52.13 69.39 101.91 -
YUV 195.55 159.29 56.28 -
System Red Green Blue C M Y K H S L
Decimal 95 236 251 0.62 0.06 0 0.02 185.77 0.95 0.68
Hex 5F EC FB 3E 6 0 2 BA 5F 44
Octal 137 354 373 76 6 0 2 272 137 104
Binary 1011111 11101100 11111011 111110 110 0 10 10111010 1011111 1000100

Color Harmonies of #5FECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECFB

Black with #5FECFB

Text Example


Text Example

White with #5FECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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