Html Css Color HEX #5AEFF6 Baby Blue

📋 copy color: '#5AEFF6'

red 90 ◦ green 239 ◦ blue 246

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

Shades of Baby Blue #5AEFF6

Tints of Baby Blue #5AEFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

 BLUE value IS 246 (96.48% from 255) = 42.78%

R = 15.65%
G = 41.57%
B = 42.78%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5AEFF6 (or 0x5AEFF6) is known color: Baby Blue. HEX triplet: 5A, EF and F6. RGB value is (90,239,246). Sum of RGB (Red+Green+Blue) = 90+239+246=575 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.65% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #5AEFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEFF6 is #A51009. Grayscale: #C3C3C3. Windows color (decimal): -10817546 or 16183130. OLE color: 16183130.

HSL color Cylindrical-coordinate representation of color #5AEFF6: hue angle of 182.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AEFF6 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 239 246 -
CMYK 0.63 0.03 0 0.04
HSL 182.69º 0.9% 0.66% -
HSV(B) 182.69º 0.63% 0.96% -
XYZ 51.72 70.56 98.08 -
YUV 195.25 156.64 52.93 -
System Red Green Blue C M Y K H S L
Decimal 90 239 246 0.63 0.03 0 0.04 182.69 0.9 0.66
Hex 5A EF F6 3F 3 0 4 B7 5A 42
Octal 132 357 366 77 3 0 4 267 132 102
Binary 1011010 11101111 11110110 111111 11 0 100 10110111 1011010 1000010

Color Harmonies of #5AEFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEFF6

Black with #5AEFF6

Text Example


Text Example

White with #5AEFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,239,246); }

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

background-color css

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

 a { background-color: rgb(90,239,246); }

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

border-color css

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

 span { border-color: rgb(90,239,246); }

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