Html Css Color HEX #5AFBE4 Baby Blue

📋 copy color: '#5AFBE4'

red 90 ◦ green 251 ◦ blue 228

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

Shades of Baby Blue #5AFBE4

Tints of Baby Blue #5AFBE4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.11%

 BLUE value IS 228 (89.45% from 255) = 40.07%

R = 15.82%
G = 44.11%
B = 40.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#5AFBE4 (or 0x5AFBE4) is known color: Baby Blue. HEX triplet: 5A, FB and E4. RGB value is (90,251,228). Sum of RGB (Red+Green+Blue) = 90+251+228=569 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.82% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBE4 is #A5041B. Grayscale: #C8C8C8. Windows color (decimal): -10814492 or 15006554. OLE color: 15006554.

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

Color convert

RGB 90 251 228 -
CMYK 0.64 0 0.09 0.02
HSL 171.43º 0.95% 0.67% -
HSV(B) 171.43º 0.64% 0.98% -
XYZ 52.72 76.77 85.44 -
YUV 200.24 143.66 49.37 -
System Red Green Blue C M Y K H S L
Decimal 90 251 228 0.64 0 0.09 0.02 171.43 0.95 0.67
Hex 5A FB E4 40 0 9 2 AB 5F 43
Octal 132 373 344 100 0 11 2 253 137 103
Binary 1011010 11111011 11100100 1000000 0 1001 10 10101011 1011111 1000011

Color Harmonies of #5AFBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFBE4

Black with #5AFBE4

Text Example


Text Example

White with #5AFBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,251,228); }

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

background-color css

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

 a { background-color: rgb(90,251,228); }

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

border-color css

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

 span { border-color: rgb(90,251,228); }

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