Html Css Color HEX #2ABCDC Summer Sky

📋 copy color: '#2ABCDC'

red 42 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #2ABCDC

Tints of Summer Sky #2ABCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 9.33%
G = 41.78%
B = 48.89%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ABCDC (or 0x2ABCDC) is known color: Summer Sky. HEX triplet: 2A, BC and DC. RGB value is (42,188,220). Sum of RGB (Red+Green+Blue) = 42+188+220=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ABCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCDC is #D54323. Grayscale: #939393. Windows color (decimal): -13976356 or 14466090. OLE color: 14466090.

HSL color Cylindrical-coordinate representation of color #2ABCDC: hue angle of 190.79º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABCDC is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 188 220 -
CMYK 0.81 0.15 0 0.14
HSL 190.79º 0.72% 0.51% -
HSV(B) 190.79º 0.81% 0.86% -
XYZ 31.86 41.63 74.07 -
YUV 147.99 168.63 52.4 -
System Red Green Blue C M Y K H S L
Decimal 42 188 220 0.81 0.15 0 0.14 190.79 0.72 0.51
Hex 2A BC DC 51 F 0 E BF 48 33
Octal 52 274 334 121 17 0 16 277 110 63
Binary 101010 10111100 11011100 1010001 1111 0 1110 10111111 1001000 110011

Color Harmonies of #2ABCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCDC

Black with #2ABCDC

Text Example


Text Example

White with #2ABCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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