Html Css Color HEX #2CC6DB Summer Sky

📋 copy color: '#2CC6DB'

red 44 ◦ green 198 ◦ blue 219

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

Shades of Summer Sky #2CC6DB

Tints of Summer Sky #2CC6DB

RGB

 RED value IS 44 (17.58% from 255) = 9.54%

 GREEN value IS 198 (77.73% from 255) = 42.95%

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 9.54%
G = 42.95%
B = 47.51%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2CC6DB (or 0x2CC6DB) is known color: Summer Sky. HEX triplet: 2C, C6 and DB. RGB value is (44,198,219). Sum of RGB (Red+Green+Blue) = 44+198+219=461 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.54% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CC6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC6DB is #D33924. Grayscale: #9A9A9A. Windows color (decimal): -13842725 or 14403116. OLE color: 14403116.

HSL color Cylindrical-coordinate representation of color #2CC6DB: hue angle of 187.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC6DB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 198 219 -
CMYK 0.80 0.10 0 0.14
HSL 187.2º 0.71% 0.52% -
HSV(B) 187.2º 0.8% 0.86% -
XYZ 34.02 46.04 74.11 -
YUV 154.35 164.48 49.29 -
System Red Green Blue C M Y K H S L
Decimal 44 198 219 0.80 0.10 0 0.14 187.2 0.71 0.52
Hex 2C C6 DB 50 A 0 E BB 47 34
Octal 54 306 333 120 12 0 16 273 107 64
Binary 101100 11000110 11011011 1010000 1010 0 1110 10111011 1000111 110100

Color Harmonies of #2CC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC6DB

Black with #2CC6DB

Text Example


Text Example

White with #2CC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,198,219); }

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

background-color css

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

 a { background-color: rgb(44,198,219); }

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

border-color css

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

 span { border-color: rgb(44,198,219); }

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