Html Css Color HEX #2D9ACD Summer Sky

📋 copy color: '#2D9ACD'

red 45 ◦ green 154 ◦ blue 205

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

Shades of Summer Sky #2D9ACD

Tints of Summer Sky #2D9ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.12%

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

R = 11.14%
G = 38.12%
B = 50.74%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2D9ACD (or 0x2D9ACD) is known color: Summer Sky. HEX triplet: 2D, 9A and CD. RGB value is (45,154,205). Sum of RGB (Red+Green+Blue) = 45+154+205=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D9ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9ACD is #D26532. Grayscale: #7E7E7E. Windows color (decimal): -13788467 or 13474349. OLE color: 13474349.

HSL color Cylindrical-coordinate representation of color #2D9ACD: hue angle of 199.12º 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 #2D9ACD is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 154 205 -
CMYK 0.78 0.25 0 0.20
HSL 199.13º 0.64% 0.49% -
HSV(B) 199.13º 0.78% 0.8% -
XYZ 23.66 28.08 61.93 -
YUV 127.22 171.89 69.35 -
System Red Green Blue C M Y K H S L
Decimal 45 154 205 0.78 0.25 0 0.20 199.13 0.64 0.49
Hex 2D 9A CD 4E 19 0 14 C7 40 31
Octal 55 232 315 116 31 0 24 307 100 61
Binary 101101 10011010 11001101 1001110 11001 0 10100 11000111 1000000 110001

Color Harmonies of #2D9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9ACD

Black with #2D9ACD

Text Example


Text Example

White with #2D9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,154,205); }

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

background-color css

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

 a { background-color: rgb(45,154,205); }

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

border-color css

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

 span { border-color: rgb(45,154,205); }

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