Html Css Color HEX #2A99DB Summer Sky

📋 copy color: '#2A99DB'

red 42 ◦ green 153 ◦ blue 219

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

Shades of Summer Sky #2A99DB

Tints of Summer Sky #2A99DB

RGB

 RED value IS 42 (16.8% from 255) = 10.14%

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 10.14%
G = 36.96%
B = 52.9%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A99DB (or 0x2A99DB) is known color: Summer Sky. HEX triplet: 2A, 99 and DB. RGB value is (42,153,219). Sum of RGB (Red+Green+Blue) = 42+153+219=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A99DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A99DB is #D56624. Grayscale: #7E7E7E. Windows color (decimal): -13985317 or 14391594. OLE color: 14391594.

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

Color convert

RGB 42 153 219 -
CMYK 0.81 0.30 0 0.14
HSL 202.37º 0.71% 0.51% -
HSV(B) 202.37º 0.81% 0.86% -
XYZ 25.13 28.39 71.17 -
YUV 127.34 179.73 67.13 -
System Red Green Blue C M Y K H S L
Decimal 42 153 219 0.81 0.30 0 0.14 202.37 0.71 0.51
Hex 2A 99 DB 51 1E 0 E CA 47 33
Octal 52 231 333 121 36 0 16 312 107 63
Binary 101010 10011001 11011011 1010001 11110 0 1110 11001010 1000111 110011

Color Harmonies of #2A99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A99DB

Black with #2A99DB

Text Example


Text Example

White with #2A99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,153,219); }

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

background-color css

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

 a { background-color: rgb(42,153,219); }

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

border-color css

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

 span { border-color: rgb(42,153,219); }

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