Html Css Color HEX #5AFCEF Baby Blue

📋 copy color: '#5AFCEF'

red 90 ◦ green 252 ◦ blue 239

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

Shades of Baby Blue #5AFCEF

Tints of Baby Blue #5AFCEF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.37%

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 15.49%
G = 43.37%
B = 41.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#5AFCEF (or 0x5AFCEF) is known color: Baby Blue. HEX triplet: 5A, FC and EF. RGB value is (90,252,239). Sum of RGB (Red+Green+Blue) = 90+252+239=581 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.49% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFCEF is #A50310. Grayscale: #C9C9C9. Windows color (decimal): -10814225 or 15727706. OLE color: 15727706.

HSL color Cylindrical-coordinate representation of color #5AFCEF: hue angle of 175.19º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFCEF is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 252 239 -
CMYK 0.64 0 0.05 0.01
HSL 175.19º 0.96% 0.67% -
HSV(B) 175.19º 0.64% 0.99% -
XYZ 54.61 78.03 93.84 -
YUV 202.08 148.83 48.06 -
System Red Green Blue C M Y K H S L
Decimal 90 252 239 0.64 0 0.05 0.01 175.19 0.96 0.67
Hex 5A FC EF 40 0 5 1 AF 60 43
Octal 132 374 357 100 0 5 1 257 140 103
Binary 1011010 11111100 11101111 1000000 0 101 1 10101111 1100000 1000011

Color Harmonies of #5AFCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFCEF

Black with #5AFCEF

Text Example


Text Example

White with #5AFCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,252,239); }

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

background-color css

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

 a { background-color: rgb(90,252,239); }

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

border-color css

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

 span { border-color: rgb(90,252,239); }

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