Html Css Color HEX #229CDC Summer Sky

📋 copy color: '#229CDC'

red 34 ◦ green 156 ◦ blue 220

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

Shades of Summer Sky #229CDC

Tints of Summer Sky #229CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.05%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 8.29%
G = 38.05%
B = 53.66%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#229CDC (or 0x229CDC) is known color: Summer Sky. HEX triplet: 22, 9C and DC. RGB value is (34,156,220). Sum of RGB (Red+Green+Blue) = 34+156+220=410 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.29% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #229CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CDC is #DD6323. Grayscale: #7E7E7E. Windows color (decimal): -14508836 or 14457890. OLE color: 14457890.

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

Color convert

RGB 34 156 220 -
CMYK 0.85 0.29 0 0.14
HSL 200.65º 0.73% 0.5% -
HSV(B) 200.65º 0.85% 0.86% -
XYZ 25.47 29.28 72.02 -
YUV 126.82 180.58 61.8 -
System Red Green Blue C M Y K H S L
Decimal 34 156 220 0.85 0.29 0 0.14 200.65 0.73 0.5
Hex 22 9C DC 55 1D 0 E C9 49 32
Octal 42 234 334 125 35 0 16 311 111 62
Binary 100010 10011100 11011100 1010101 11101 0 1110 11001001 1001001 110010

Color Harmonies of #229CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229CDC

Black with #229CDC

Text Example


Text Example

White with #229CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,156,220); }

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

background-color css

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

 a { background-color: rgb(34,156,220); }

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

border-color css

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

 span { border-color: rgb(34,156,220); }

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