Html Css Color HEX #5AEEFF Baby Blue

📋 copy color: '#5AEEFF'

red 90 ◦ green 238 ◦ blue 255

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

Shades of Baby Blue #5AEEFF

Tints of Baby Blue #5AEEFF

RGB

 RED value IS 90 (35.55% from 255) = 15.44%

 GREEN value IS 238 (93.36% from 255) = 40.82%

 BLUE value IS 255 (100% from 255) = 43.74%

R = 15.44%
G = 40.82%
B = 43.74%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5AEEFF (or 0x5AEEFF) is known color: Baby Blue. HEX triplet: 5A, EE and FF. RGB value is (90,238,255). Sum of RGB (Red+Green+Blue) = 90+238+255=583 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.44% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEEFF is #A51100. Grayscale: #C3C3C3. Windows color (decimal): -10817793 or 16772698. OLE color: 16772698.

HSL color Cylindrical-coordinate representation of color #5AEEFF: hue angle of 186.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AEEFF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 90 238 255 -
CMYK 0.65 0.07 0 0
HSL 186.18º 1% 0.68% -
HSV(B) 186.18º 0.65% 1% -
XYZ 52.84 70.54 105.44 -
YUV 195.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 90 238 255 0.65 0.07 0 0 186.18 1 0.68
Hex 5A EE FF 41 7 0 0 BA 64 44
Octal 132 356 377 101 7 0 0 272 144 104
Binary 1011010 11101110 11111111 1000001 111 0 0 10111010 1100100 1000100

Color Harmonies of #5AEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEEFF

Black with #5AEEFF

Text Example


Text Example

White with #5AEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,238,255); }

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

background-color css

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

 a { background-color: rgb(90,238,255); }

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

border-color css

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

 span { border-color: rgb(90,238,255); }

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