Html Css Color HEX #2CC1DB Summer Sky

📋 copy color: '#2CC1DB'

red 44 ◦ green 193 ◦ blue 219

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

Shades of Summer Sky #2CC1DB

Tints of Summer Sky #2CC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

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

R = 9.65%
G = 42.32%
B = 48.03%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2CC1DB (or 0x2CC1DB) is known color: Summer Sky. HEX triplet: 2C, C1 and DB. RGB value is (44,193,219). Sum of RGB (Red+Green+Blue) = 44+193+219=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CC1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC1DB is #D33E24. Grayscale: #979797. Windows color (decimal): -13844005 or 14401836. OLE color: 14401836.

HSL color Cylindrical-coordinate representation of color #2CC1DB: hue angle of 188.91º 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 #2CC1DB is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 193 219 -
CMYK 0.80 0.12 0 0.14
HSL 188.91º 0.71% 0.52% -
HSV(B) 188.91º 0.8% 0.86% -
XYZ 32.89 43.79 73.74 -
YUV 151.41 166.14 51.39 -
System Red Green Blue C M Y K H S L
Decimal 44 193 219 0.80 0.12 0 0.14 188.91 0.71 0.52
Hex 2C C1 DB 50 C 0 E BD 47 34
Octal 54 301 333 120 14 0 16 275 107 64
Binary 101100 11000001 11011011 1010000 1100 0 1110 10111101 1000111 110100

Color Harmonies of #2CC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC1DB

Black with #2CC1DB

Text Example


Text Example

White with #2CC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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