Html Css Color HEX #2ABAFD Summer Sky

📋 copy color: '#2ABAFD'

red 42 ◦ green 186 ◦ blue 253

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

Shades of Summer Sky #2ABAFD

Tints of Summer Sky #2ABAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 8.73%
G = 38.67%
B = 52.6%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2ABAFD (or 0x2ABAFD) is known color: Summer Sky. HEX triplet: 2A, BA and FD. RGB value is (42,186,253). Sum of RGB (Red+Green+Blue) = 42+186+253=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ABAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABAFD is #D54502. Grayscale: #969696. Windows color (decimal): -13976835 or 16628266. OLE color: 16628266.

HSL color Cylindrical-coordinate representation of color #2ABAFD: hue angle of 199.05º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABAFD is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 186 253 -
CMYK 0.83 0.26 0 0.01
HSL 199.05º 0.98% 0.58% -
HSV(B) 199.05º 0.83% 0.99% -
XYZ 36.24 42.7 99.26 -
YUV 150.58 185.79 50.55 -
System Red Green Blue C M Y K H S L
Decimal 42 186 253 0.83 0.26 0 0.01 199.05 0.98 0.58
Hex 2A BA FD 53 1A 0 1 C7 62 3A
Octal 52 272 375 123 32 0 1 307 142 72
Binary 101010 10111010 11111101 1010011 11010 0 1 11000111 1100010 111010

Color Harmonies of #2ABAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAFD

Black with #2ABAFD

Text Example


Text Example

White with #2ABAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,186,253); }

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

background-color css

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

 a { background-color: rgb(42,186,253); }

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

border-color css

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

 span { border-color: rgb(42,186,253); }

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