Html Css Color HEX #229ADB Summer Sky

📋 copy color: '#229ADB'

red 34 ◦ green 154 ◦ blue 219

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

Shades of Summer Sky #229ADB

Tints of Summer Sky #229ADB

RGB

 RED value IS 34 (13.67% from 255) = 8.35%

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

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

R = 8.35%
G = 37.84%
B = 53.81%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#229ADB (or 0x229ADB) is known color: Summer Sky. HEX triplet: 22, 9A and DB. RGB value is (34,154,219). Sum of RGB (Red+Green+Blue) = 34+154+219=407 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.35% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #229ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ADB is #DD6524. Grayscale: #7D7D7D. Windows color (decimal): -14509349 or 14391842. OLE color: 14391842.

HSL color Cylindrical-coordinate representation of color #229ADB: hue angle of 201.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229ADB is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 154 219 -
CMYK 0.84 0.30 0 0.14
HSL 201.08º 0.73% 0.5% -
HSV(B) 201.08º 0.84% 0.86% -
XYZ 25 28.57 71.21 -
YUV 125.53 180.74 62.71 -
System Red Green Blue C M Y K H S L
Decimal 34 154 219 0.84 0.30 0 0.14 201.08 0.73 0.5
Hex 22 9A DB 54 1E 0 E C9 49 32
Octal 42 232 333 124 36 0 16 311 111 62
Binary 100010 10011010 11011011 1010100 11110 0 1110 11001001 1001001 110010

Color Harmonies of #229ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229ADB

Black with #229ADB

Text Example


Text Example

White with #229ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229ADB; }

 p { color: rgb(34,154,219); }

 H1.HeaderClassName
 {
   color: #229ADB;
 }
 .AnyTagClassName
 {
   color: #229ADB;
 }
</style>

background-color css

<style>
 a { background-color: #229ADB; }

 a { background-color: rgb(34,154,219); }

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

border-color css

<style>
 span { border-color: #229ADB; }

 span { border-color: rgb(34,154,219); }

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