Html Css Color HEX #2ABCCD Summer Sky

📋 copy color: '#2ABCCD'

red 42 ◦ green 188 ◦ blue 205

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

Shades of Summer Sky #2ABCCD

Tints of Summer Sky #2ABCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 9.66%
G = 43.22%
B = 47.13%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2ABCCD (or 0x2ABCCD) is known color: Summer Sky. HEX triplet: 2A, BC and CD. RGB value is (42,188,205). Sum of RGB (Red+Green+Blue) = 42+188+205=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #2ABCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCCD is #D54332. Grayscale: #929292. Windows color (decimal): -13976371 or 13483050. OLE color: 13483050.

HSL color Cylindrical-coordinate representation of color #2ABCCD: hue angle of 186.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABCCD is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 188 205 -
CMYK 0.80 0.08 0 0.20
HSL 186.26º 0.66% 0.48% -
HSV(B) 186.26º 0.8% 0.8% -
XYZ 29.96 40.87 64.07 -
YUV 146.28 161.13 53.62 -
System Red Green Blue C M Y K H S L
Decimal 42 188 205 0.80 0.08 0 0.20 186.26 0.66 0.48
Hex 2A BC CD 50 8 0 14 BA 42 30
Octal 52 274 315 120 10 0 24 272 102 60
Binary 101010 10111100 11001101 1010000 1000 0 10100 10111010 1000010 110000

Color Harmonies of #2ABCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCCD

Black with #2ABCCD

Text Example


Text Example

White with #2ABCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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