Html Css Color HEX #2AB5FA Summer Sky

📋 copy color: '#2AB5FA'

red 42 ◦ green 181 ◦ blue 250

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

Shades of Summer Sky #2AB5FA

Tints of Summer Sky #2AB5FA

RGB

 RED value IS 42 (16.8% from 255) = 8.88%

 GREEN value IS 181 (71.09% from 255) = 38.27%

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 8.88%
G = 38.27%
B = 52.85%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2AB5FA (or 0x2AB5FA) is known color: Summer Sky. HEX triplet: 2A, B5 and FA. RGB value is (42,181,250). Sum of RGB (Red+Green+Blue) = 42+181+250=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AB5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB5FA is #D54A05. Grayscale: #929292. Windows color (decimal): -13978118 or 16430378. OLE color: 16430378.

HSL color Cylindrical-coordinate representation of color #2AB5FA: hue angle of 199.9º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB5FA is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 181 250 -
CMYK 0.83 0.28 0 0.02
HSL 199.9º 0.95% 0.57% -
HSV(B) 199.9º 0.83% 0.98% -
XYZ 34.73 40.44 96.42 -
YUV 147.31 185.95 52.89 -
System Red Green Blue C M Y K H S L
Decimal 42 181 250 0.83 0.28 0 0.02 199.9 0.95 0.57
Hex 2A B5 FA 53 1C 0 2 C8 5F 39
Octal 52 265 372 123 34 0 2 310 137 71
Binary 101010 10110101 11111010 1010011 11100 0 10 11001000 1011111 111001

Color Harmonies of #2AB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB5FA

Black with #2AB5FA

Text Example


Text Example

White with #2AB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AB5FA; }

 p { color: rgb(42,181,250); }

 H1.HeaderClassName
 {
   color: #2AB5FA;
 }
 .AnyTagClassName
 {
   color: #2AB5FA;
 }
</style>

background-color css

<style>
 a { background-color: #2AB5FA; }

 a { background-color: rgb(42,181,250); }

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

border-color css

<style>
 span { border-color: #2AB5FA; }

 span { border-color: rgb(42,181,250); }

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