Html Css Color HEX #5AF6FE Baby Blue

📋 copy color: '#5AF6FE'

red 90 ◦ green 246 ◦ blue 254

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

Shades of Baby Blue #5AF6FE

Tints of Baby Blue #5AF6FE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.69%

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 15.25%
G = 41.69%
B = 43.05%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5AF6FE (or 0x5AF6FE) is known color: Baby Blue. HEX triplet: 5A, F6 and FE. RGB value is (90,246,254). Sum of RGB (Red+Green+Blue) = 90+246+254=590 (78% of max value = 765). Red value is 90 (35.55% from 255 or 15.25% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AF6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF6FE is #A50901. Grayscale: #C8C8C8. Windows color (decimal): -10815746 or 16709210. OLE color: 16709210.

HSL color Cylindrical-coordinate representation of color #5AF6FE: hue angle of 182.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AF6FE is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 246 254 -
CMYK 0.65 0.03 0 0.00
HSL 182.93º 0.99% 0.67% -
HSV(B) 182.93º 0.65% 1% -
XYZ 55.06 75.24 105.39 -
YUV 200.27 158.32 49.35 -
System Red Green Blue C M Y K H S L
Decimal 90 246 254 0.65 0.03 0 0.00 182.93 0.99 0.67
Hex 5A F6 FE 41 3 0 0 B7 63 43
Octal 132 366 376 101 3 0 0 267 143 103
Binary 1011010 11110110 11111110 1000001 11 0 0 10110111 1100011 1000011

Color Harmonies of #5AF6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF6FE

Black with #5AF6FE

Text Example


Text Example

White with #5AF6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,246,254); }

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

background-color css

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

 a { background-color: rgb(90,246,254); }

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

border-color css

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

 span { border-color: rgb(90,246,254); }

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