Html Css Color HEX #5EECFB Baby Blue

📋 copy color: '#5EECFB'

red 94 ◦ green 236 ◦ blue 251

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

Shades of Baby Blue #5EECFB

Tints of Baby Blue #5EECFB

RGB

 RED value IS 94 (37.11% from 255) = 16.18%

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

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

R = 16.18%
G = 40.62%
B = 43.2%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5EECFB (or 0x5EECFB) is known color: Baby Blue. HEX triplet: 5E, EC and FB. RGB value is (94,236,251). Sum of RGB (Red+Green+Blue) = 94+236+251=581 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.18% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EECFB is #A11304. Grayscale: #C3C3C3. Windows color (decimal): -10556165 or 16510046. OLE color: 16510046.

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

Color convert

RGB 94 236 251 -
CMYK 0.63 0.06 0 0.02
HSL 185.73º 0.95% 0.68% -
HSV(B) 185.73º 0.63% 0.98% -
XYZ 52.02 69.34 101.91 -
YUV 195.25 159.46 55.78 -
System Red Green Blue C M Y K H S L
Decimal 94 236 251 0.63 0.06 0 0.02 185.73 0.95 0.68
Hex 5E EC FB 3F 6 0 2 BA 5F 44
Octal 136 354 373 77 6 0 2 272 137 104
Binary 1011110 11101100 11111011 111111 110 0 10 10111010 1011111 1000100

Color Harmonies of #5EECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EECFB

Black with #5EECFB

Text Example


Text Example

White with #5EECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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