Html Css Color HEX #23ADDD Summer Sky

📋 copy color: '#23ADDD'

red 35 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #23ADDD

Tints of Summer Sky #23ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.33%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 8.16%
G = 40.33%
B = 51.52%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#23ADDD (or 0x23ADDD) is known color: Summer Sky. HEX triplet: 23, AD and DD. RGB value is (35,173,221). Sum of RGB (Red+Green+Blue) = 35+173+221=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #23ADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADDD is #DC5222. Grayscale: #888888. Windows color (decimal): -14438947 or 14527779. OLE color: 14527779.

HSL color Cylindrical-coordinate representation of color #23ADDD: hue angle of 195.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23ADDD is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 173 221 -
CMYK 0.84 0.22 0 0.13
HSL 195.48º 0.73% 0.5% -
HSV(B) 195.48º 0.84% 0.87% -
XYZ 28.69 35.46 73.74 -
YUV 137.21 175.28 55.1 -
System Red Green Blue C M Y K H S L
Decimal 35 173 221 0.84 0.22 0 0.13 195.48 0.73 0.5
Hex 23 AD DD 54 16 0 D C3 49 32
Octal 43 255 335 124 26 0 15 303 111 62
Binary 100011 10101101 11011101 1010100 10110 0 1101 11000011 1001001 110010

Color Harmonies of #23ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ADDD

Black with #23ADDD

Text Example


Text Example

White with #23ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,173,221); }

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

background-color css

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

 a { background-color: rgb(35,173,221); }

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

border-color css

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

 span { border-color: rgb(35,173,221); }

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