Html Css Color HEX #5AFBF7 Baby Blue

📋 copy color: '#5AFBF7'

red 90 ◦ green 251 ◦ blue 247

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

Shades of Baby Blue #5AFBF7

Tints of Baby Blue #5AFBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.01%

R = 15.31%
G = 42.69%
B = 42.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#5AFBF7 (or 0x5AFBF7) is known color: Baby Blue. HEX triplet: 5A, FB and F7. RGB value is (90,251,247). Sum of RGB (Red+Green+Blue) = 90+251+247=588 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.31% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFBF7 is #A50408. Grayscale: #CACACA. Windows color (decimal): -10814473 or 16251738. OLE color: 16251738.

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

Color convert

RGB 90 251 247 -
CMYK 0.64 0 0.02 0.02
HSL 178.51º 0.95% 0.67% -
HSV(B) 178.51º 0.64% 0.98% -
XYZ 55.5 77.88 100.1 -
YUV 202.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 90 251 247 0.64 0 0.02 0.02 178.51 0.95 0.67
Hex 5A FB F7 40 0 2 2 B3 5F 43
Octal 132 373 367 100 0 2 2 263 137 103
Binary 1011010 11111011 11110111 1000000 0 10 10 10110011 1011111 1000011

Color Harmonies of #5AFBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFBF7

Black with #5AFBF7

Text Example


Text Example

White with #5AFBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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