Html Css Color HEX #2ABCCE Summer Sky

📋 copy color: '#2ABCCE'

red 42 ◦ green 188 ◦ blue 206

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

Shades of Summer Sky #2ABCCE

Tints of Summer Sky #2ABCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 9.63%
G = 43.12%
B = 47.25%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2ABCCE (or 0x2ABCCE) is known color: Summer Sky. HEX triplet: 2A, BC and CE. RGB value is (42,188,206). Sum of RGB (Red+Green+Blue) = 42+188+206=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #2ABCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCCE is #D54331. Grayscale: #929292. Windows color (decimal): -13976370 or 13548586. OLE color: 13548586.

HSL color Cylindrical-coordinate representation of color #2ABCCE: hue angle of 186.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABCCE is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 188 206 -
CMYK 0.80 0.09 0 0.19
HSL 186.59º 0.66% 0.49% -
HSV(B) 186.59º 0.8% 0.81% -
XYZ 30.08 40.91 64.7 -
YUV 146.4 161.63 53.54 -
System Red Green Blue C M Y K H S L
Decimal 42 188 206 0.80 0.09 0 0.19 186.59 0.66 0.49
Hex 2A BC CE 50 9 0 13 BB 42 31
Octal 52 274 316 120 11 0 23 273 102 61
Binary 101010 10111100 11001110 1010000 1001 0 10011 10111011 1000010 110001

Color Harmonies of #2ABCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCCE

Black with #2ABCCE

Text Example


Text Example

White with #2ABCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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