Html Css Color HEX #5AF8EE Baby Blue

📋 copy color: '#5AF8EE'

red 90 ◦ green 248 ◦ blue 238

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

Shades of Baby Blue #5AF8EE

Tints of Baby Blue #5AF8EE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.06%

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

R = 15.63%
G = 43.06%
B = 41.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#5AF8EE (or 0x5AF8EE) is known color: Baby Blue. HEX triplet: 5A, F8 and EE. RGB value is (90,248,238). Sum of RGB (Red+Green+Blue) = 90+248+238=576 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.62% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF8EE is #A50711. Grayscale: #C7C7C7. Windows color (decimal): -10815250 or 15661146. OLE color: 15661146.

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

Color convert

RGB 90 248 238 -
CMYK 0.64 0 0.04 0.03
HSL 176.2º 0.92% 0.66% -
HSV(B) 176.2º 0.64% 0.97% -
XYZ 53.22 75.48 92.65 -
YUV 199.62 149.65 49.81 -
System Red Green Blue C M Y K H S L
Decimal 90 248 238 0.64 0 0.04 0.03 176.2 0.92 0.66
Hex 5A F8 EE 40 0 4 3 B0 5C 42
Octal 132 370 356 100 0 4 3 260 134 102
Binary 1011010 11111000 11101110 1000000 0 100 11 10110000 1011100 1000010

Color Harmonies of #5AF8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF8EE

Black with #5AF8EE

Text Example


Text Example

White with #5AF8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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