Html Css Color HEX #229AD2 Summer Sky

📋 copy color: '#229AD2'

red 34 ◦ green 154 ◦ blue 210

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

Shades of Summer Sky #229AD2

Tints of Summer Sky #229AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.76%

R = 8.54%
G = 38.69%
B = 52.76%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#229AD2 (or 0x229AD2) is known color: Summer Sky. HEX triplet: 22, 9A and D2. RGB value is (34,154,210). Sum of RGB (Red+Green+Blue) = 34+154+210=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #229AD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229AD2 is #DD652D. Grayscale: #7C7C7C. Windows color (decimal): -14509358 or 13802018. OLE color: 13802018.

HSL color Cylindrical-coordinate representation of color #229AD2: hue angle of 199.09º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229AD2 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 154 210 -
CMYK 0.84 0.27 0 0.18
HSL 199.09º 0.72% 0.48% -
HSV(B) 199.09º 0.84% 0.82% -
XYZ 23.85 28.1 65.14 -
YUV 124.5 176.24 63.45 -
System Red Green Blue C M Y K H S L
Decimal 34 154 210 0.84 0.27 0 0.18 199.09 0.72 0.48
Hex 22 9A D2 54 1B 0 12 C7 48 30
Octal 42 232 322 124 33 0 22 307 110 60
Binary 100010 10011010 11010010 1010100 11011 0 10010 11000111 1001000 110000

Color Harmonies of #229AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229AD2

Black with #229AD2

Text Example


Text Example

White with #229AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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