Html Css Color HEX #2D9BDB Summer Sky

📋 copy color: '#2D9BDB'

red 45 ◦ green 155 ◦ blue 219

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

Shades of Summer Sky #2D9BDB

Tints of Summer Sky #2D9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.99%

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

R = 10.74%
G = 36.99%
B = 52.27%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D9BDB (or 0x2D9BDB) is known color: Summer Sky. HEX triplet: 2D, 9B and DB. RGB value is (45,155,219). Sum of RGB (Red+Green+Blue) = 45+155+219=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D9BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9BDB is #D26424. Grayscale: #818181. Windows color (decimal): -13788197 or 14392109. OLE color: 14392109.

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

Color convert

RGB 45 155 219 -
CMYK 0.79 0.29 0 0.14
HSL 202.07º 0.71% 0.52% -
HSV(B) 202.07º 0.79% 0.86% -
XYZ 25.59 29.12 71.29 -
YUV 129.41 178.56 67.8 -
System Red Green Blue C M Y K H S L
Decimal 45 155 219 0.79 0.29 0 0.14 202.07 0.71 0.52
Hex 2D 9B DB 4F 1D 0 E CA 47 34
Octal 55 233 333 117 35 0 16 312 107 64
Binary 101101 10011011 11011011 1001111 11101 0 1110 11001010 1000111 110100

Color Harmonies of #2D9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9BDB

Black with #2D9BDB

Text Example


Text Example

White with #2D9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,155,219); }

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

background-color css

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

 a { background-color: rgb(45,155,219); }

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

border-color css

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

 span { border-color: rgb(45,155,219); }

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