Html Css Color HEX #5EECFE Baby Blue

📋 copy color: '#5EECFE'

red 94 ◦ green 236 ◦ blue 254

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

Shades of Baby Blue #5EECFE

Tints of Baby Blue #5EECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 16.1%
G = 40.41%
B = 43.49%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5EECFE (or 0x5EECFE) is known color: Baby Blue. HEX triplet: 5E, EC and FE. RGB value is (94,236,254). Sum of RGB (Red+Green+Blue) = 94+236+254=584 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.10% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EECFE is #A11301. Grayscale: #C3C3C3. Windows color (decimal): -10556162 or 16706654. OLE color: 16706654.

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

Color convert

RGB 94 236 254 -
CMYK 0.63 0.07 0 0.00
HSL 186.75º 0.99% 0.68% -
HSV(B) 186.75º 0.63% 1% -
XYZ 52.5 69.53 104.42 -
YUV 195.59 160.96 55.54 -
System Red Green Blue C M Y K H S L
Decimal 94 236 254 0.63 0.07 0 0.00 186.75 0.99 0.68
Hex 5E EC FE 3F 7 0 0 BB 63 44
Octal 136 354 376 77 7 0 0 273 143 104
Binary 1011110 11101100 11111110 111111 111 0 0 10111011 1100011 1000100

Color Harmonies of #5EECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EECFE

Black with #5EECFE

Text Example


Text Example

White with #5EECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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