Html Css Color HEX #2DADCC Summer Sky

📋 copy color: '#2DADCC'

red 45 ◦ green 173 ◦ blue 204

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

Shades of Summer Sky #2DADCC

Tints of Summer Sky #2DADCC

RGB

 RED value IS 45 (17.97% from 255) = 10.66%

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 10.66%
G = 41%
B = 48.34%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2DADCC (or 0x2DADCC) is known color: Summer Sky. HEX triplet: 2D, AD and CC. RGB value is (45,173,204). Sum of RGB (Red+Green+Blue) = 45+173+204=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #2DADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DADCC is #D25233. Grayscale: #8A8A8A. Windows color (decimal): -13783604 or 13413677. OLE color: 13413677.

HSL color Cylindrical-coordinate representation of color #2DADCC: hue angle of 191.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DADCC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 45 173 204 -
CMYK 0.78 0.15 0 0.2
HSL 191.7º 0.64% 0.49% -
HSV(B) 191.7º 0.78% 0.8% -
XYZ 26.92 34.8 62.43 -
YUV 138.26 165.09 61.48 -
System Red Green Blue C M Y K H S L
Decimal 45 173 204 0.78 0.15 0 0.2 191.7 0.64 0.49
Hex 2D AD CC 4E F 0 14 C0 40 31
Octal 55 255 314 116 17 0 24 300 100 61
Binary 101101 10101101 11001100 1001110 1111 0 10100 11000000 1000000 110001

Color Harmonies of #2DADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DADCC

Black with #2DADCC

Text Example


Text Example

White with #2DADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,173,204); }

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

background-color css

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

 a { background-color: rgb(45,173,204); }

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

border-color css

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

 span { border-color: rgb(45,173,204); }

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