Html Css Color HEX #5AFBED Baby Blue

📋 copy color: '#5AFBED'

red 90 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #5AFBED

Tints of Baby Blue #5AFBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41%

R = 15.57%
G = 43.43%
B = 41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#5AFBED (or 0x5AFBED) is known color: Baby Blue. HEX triplet: 5A, FB and ED. RGB value is (90,251,237). Sum of RGB (Red+Green+Blue) = 90+251+237=578 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.57% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFBED is #A50412. Grayscale: #C9C9C9. Windows color (decimal): -10814483 or 15596378. OLE color: 15596378.

HSL color Cylindrical-coordinate representation of color #5AFBED: hue angle of 174.78º 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 #5AFBED is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 251 237 -
CMYK 0.64 0 0.06 0.02
HSL 174.78º 0.95% 0.67% -
HSV(B) 174.78º 0.64% 0.98% -
XYZ 54 77.28 92.19 -
YUV 201.27 148.16 48.64 -
System Red Green Blue C M Y K H S L
Decimal 90 251 237 0.64 0 0.06 0.02 174.78 0.95 0.67
Hex 5A FB ED 40 0 6 2 AF 5F 43
Octal 132 373 355 100 0 6 2 257 137 103
Binary 1011010 11111011 11101101 1000000 0 110 10 10101111 1011111 1000011

Color Harmonies of #5AFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFBED

Black with #5AFBED

Text Example


Text Example

White with #5AFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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