Html Css Color HEX #5EFAEE Baby Blue

📋 copy color: '#5EFAEE'

red 94 ◦ green 250 ◦ blue 238

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

Shades of Baby Blue #5EFAEE

Tints of Baby Blue #5EFAEE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.96%

 BLUE value IS 238 (93.36% from 255) = 40.89%

R = 16.15%
G = 42.96%
B = 40.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#5EFAEE (or 0x5EFAEE) is known color: Baby Blue. HEX triplet: 5E, FA and EE. RGB value is (94,250,238). Sum of RGB (Red+Green+Blue) = 94+250+238=582 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.15% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAEE is #A10511. Grayscale: #C9C9C9. Windows color (decimal): -10552594 or 15661662. OLE color: 15661662.

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

Color convert

RGB 94 250 238 -
CMYK 0.62 0 0.05 0.02
HSL 175.38º 0.94% 0.67% -
HSV(B) 175.38º 0.62% 0.98% -
XYZ 54.23 76.92 92.88 -
YUV 201.99 148.32 50.98 -
System Red Green Blue C M Y K H S L
Decimal 94 250 238 0.62 0 0.05 0.02 175.38 0.94 0.67
Hex 5E FA EE 3E 0 5 2 AF 5E 43
Octal 136 372 356 76 0 5 2 257 136 103
Binary 1011110 11111010 11101110 111110 0 101 10 10101111 1011110 1000011

Color Harmonies of #5EFAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAEE

Black with #5EFAEE

Text Example


Text Example

White with #5EFAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,250,238); }

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

background-color css

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

 a { background-color: rgb(94,250,238); }

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

border-color css

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

 span { border-color: rgb(94,250,238); }

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