Html Css Color HEX #23AADB Summer Sky

📋 copy color: '#23AADB'

red 35 ◦ green 170 ◦ blue 219

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

Shades of Summer Sky #23AADB

Tints of Summer Sky #23AADB

RGB

 RED value IS 35 (14.06% from 255) = 8.25%

 GREEN value IS 170 (66.8% from 255) = 40.09%

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

R = 8.25%
G = 40.09%
B = 51.65%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23AADB (or 0x23AADB) is known color: Summer Sky. HEX triplet: 23, AA and DB. RGB value is (35,170,219). Sum of RGB (Red+Green+Blue) = 35+170+219=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #23AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AADB is #DC5524. Grayscale: #868686. Windows color (decimal): -14439717 or 14395939. OLE color: 14395939.

HSL color Cylindrical-coordinate representation of color #23AADB: hue angle of 195.98º degrees, saturation: 0.72, 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 #23AADB is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 170 219 -
CMYK 0.84 0.22 0 0.14
HSL 195.98º 0.72% 0.5% -
HSV(B) 195.98º 0.84% 0.86% -
XYZ 27.85 34.22 72.16 -
YUV 135.22 175.27 56.52 -
System Red Green Blue C M Y K H S L
Decimal 35 170 219 0.84 0.22 0 0.14 195.98 0.72 0.5
Hex 23 AA DB 54 16 0 E C4 48 32
Octal 43 252 333 124 26 0 16 304 110 62
Binary 100011 10101010 11011011 1010100 10110 0 1110 11000100 1001000 110010

Color Harmonies of #23AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AADB

Black with #23AADB

Text Example


Text Example

White with #23AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23AADB; }

 p { color: rgb(35,170,219); }

 H1.HeaderClassName
 {
   color: #23AADB;
 }
 .AnyTagClassName
 {
   color: #23AADB;
 }
</style>

background-color css

<style>
 a { background-color: #23AADB; }

 a { background-color: rgb(35,170,219); }

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

border-color css

<style>
 span { border-color: #23AADB; }

 span { border-color: rgb(35,170,219); }

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