Html Css Color HEX #2CC7DD Summer Sky

📋 copy color: '#2CC7DD'

red 44 ◦ green 199 ◦ blue 221

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

Shades of Summer Sky #2CC7DD

Tints of Summer Sky #2CC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.89%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 9.48%
G = 42.89%
B = 47.63%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2CC7DD (or 0x2CC7DD) is known color: Summer Sky. HEX triplet: 2C, C7 and DD. RGB value is (44,199,221). Sum of RGB (Red+Green+Blue) = 44+199+221=464 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.48% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CC7DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC7DD is #D33822. Grayscale: #9A9A9A. Windows color (decimal): -13842467 or 14534444. OLE color: 14534444.

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

Color convert

RGB 44 199 221 -
CMYK 0.80 0.10 0 0.13
HSL 187.46º 0.72% 0.52% -
HSV(B) 187.46º 0.8% 0.87% -
XYZ 34.51 46.6 75.58 -
YUV 155.16 165.15 48.71 -
System Red Green Blue C M Y K H S L
Decimal 44 199 221 0.80 0.10 0 0.13 187.46 0.72 0.52
Hex 2C C7 DD 50 A 0 D BB 48 34
Octal 54 307 335 120 12 0 15 273 110 64
Binary 101100 11000111 11011101 1010000 1010 0 1101 10111011 1001000 110100

Color Harmonies of #2CC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC7DD

Black with #2CC7DD

Text Example


Text Example

White with #2CC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,199,221); }

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

background-color css

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

 a { background-color: rgb(44,199,221); }

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

border-color css

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

 span { border-color: rgb(44,199,221); }

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