Html Css Color HEX #5AFBEE Baby Blue

📋 copy color: '#5AFBEE'

red 90 ◦ green 251 ◦ blue 238

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

Shades of Baby Blue #5AFBEE

Tints of Baby Blue #5AFBEE

RGB

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

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

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

R = 15.54%
G = 43.35%
B = 41.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#5AFBEE (or 0x5AFBEE) is known color: Baby Blue. HEX triplet: 5A, FB and EE. RGB value is (90,251,238). Sum of RGB (Red+Green+Blue) = 90+251+238=579 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.54% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFBEE is #A50411. Grayscale: #C9C9C9. Windows color (decimal): -10814482 or 15661914. OLE color: 15661914.

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

Color convert

RGB 90 251 238 -
CMYK 0.64 0 0.05 0.02
HSL 175.16º 0.95% 0.67% -
HSV(B) 175.16º 0.64% 0.98% -
XYZ 54.15 77.34 92.96 -
YUV 201.38 148.66 48.56 -
System Red Green Blue C M Y K H S L
Decimal 90 251 238 0.64 0 0.05 0.02 175.16 0.95 0.67
Hex 5A FB EE 40 0 5 2 AF 5F 43
Octal 132 373 356 100 0 5 2 257 137 103
Binary 1011010 11111011 11101110 1000000 0 101 10 10101111 1011111 1000011

Color Harmonies of #5AFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFBEE

Black with #5AFBEE

Text Example


Text Example

White with #5AFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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