Html Css Color HEX #2A97DB Summer Sky

📋 copy color: '#2A97DB'

red 42 ◦ green 151 ◦ blue 219

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

Shades of Summer Sky #2A97DB

Tints of Summer Sky #2A97DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 10.19%
G = 36.65%
B = 53.16%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A97DB (or 0x2A97DB) is known color: Summer Sky. HEX triplet: 2A, 97 and DB. RGB value is (42,151,219). Sum of RGB (Red+Green+Blue) = 42+151+219=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A97DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A97DB is #D56824. Grayscale: #7D7D7D. Windows color (decimal): -13985829 or 14391082. OLE color: 14391082.

HSL color Cylindrical-coordinate representation of color #2A97DB: hue angle of 203.05º 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 #2A97DB is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 151 219 -
CMYK 0.81 0.31 0 0.14
HSL 203.05º 0.71% 0.51% -
HSV(B) 203.05º 0.81% 0.86% -
XYZ 24.81 27.74 71.06 -
YUV 126.16 180.39 67.97 -
System Red Green Blue C M Y K H S L
Decimal 42 151 219 0.81 0.31 0 0.14 203.05 0.71 0.51
Hex 2A 97 DB 51 1F 0 E CB 47 33
Octal 52 227 333 121 37 0 16 313 107 63
Binary 101010 10010111 11011011 1010001 11111 0 1110 11001011 1000111 110011

Color Harmonies of #2A97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A97DB

Black with #2A97DB

Text Example


Text Example

White with #2A97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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