Html Css Color HEX #2ABCF9 Summer Sky

📋 copy color: '#2ABCF9'

red 42 ◦ green 188 ◦ blue 249

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

Shades of Summer Sky #2ABCF9

Tints of Summer Sky #2ABCF9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

 BLUE value IS 249 (97.66% from 255) = 51.98%

R = 8.77%
G = 39.25%
B = 51.98%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2ABCF9 (or 0x2ABCF9) is known color: Summer Sky. HEX triplet: 2A, BC and F9. RGB value is (42,188,249). Sum of RGB (Red+Green+Blue) = 42+188+249=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #2ABCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCF9 is #D54306. Grayscale: #969696. Windows color (decimal): -13976327 or 16366634. OLE color: 16366634.

HSL color Cylindrical-coordinate representation of color #2ABCF9: hue angle of 197.68º 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 #2ABCF9 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 188 249 -
CMYK 0.83 0.24 0 0.02
HSL 197.68º 0.95% 0.57% -
HSV(B) 197.68º 0.83% 0.98% -
XYZ 36.04 43.3 96.08 -
YUV 151.3 183.13 50.04 -
System Red Green Blue C M Y K H S L
Decimal 42 188 249 0.83 0.24 0 0.02 197.68 0.95 0.57
Hex 2A BC F9 53 18 0 2 C6 5F 39
Octal 52 274 371 123 30 0 2 306 137 71
Binary 101010 10111100 11111001 1010011 11000 0 10 11000110 1011111 111001

Color Harmonies of #2ABCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCF9

Black with #2ABCF9

Text Example


Text Example

White with #2ABCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,249); }

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

background-color css

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

 a { background-color: rgb(42,188,249); }

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

border-color css

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

 span { border-color: rgb(42,188,249); }

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