Html Css Color HEX #5AFBF9 Baby Blue

📋 copy color: '#5AFBF9'

red 90 ◦ green 251 ◦ blue 249

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

Shades of Baby Blue #5AFBF9

Tints of Baby Blue #5AFBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.2%

R = 15.25%
G = 42.54%
B = 42.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#5AFBF9 (or 0x5AFBF9) is known color: Baby Blue. HEX triplet: 5A, FB and F9. RGB value is (90,251,249). Sum of RGB (Red+Green+Blue) = 90+251+249=590 (78% of max value = 765). Red value is 90 (35.55% from 255 or 15.25% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFBF9 is #A50406. Grayscale: #CACACA. Windows color (decimal): -10814471 or 16382810. OLE color: 16382810.

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

Color convert

RGB 90 251 249 -
CMYK 0.64 0 0.01 0.02
HSL 179.25º 0.95% 0.67% -
HSV(B) 179.25º 0.64% 0.98% -
XYZ 55.81 78.01 101.74 -
YUV 202.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 90 251 249 0.64 0 0.01 0.02 179.25 0.95 0.67
Hex 5A FB F9 40 0 1 2 B3 5F 43
Octal 132 373 371 100 0 1 2 263 137 103
Binary 1011010 11111011 11111001 1000000 0 1 10 10110011 1011111 1000011

Color Harmonies of #5AFBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFBF9

Black with #5AFBF9

Text Example


Text Example

White with #5AFBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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