Html Css Color HEX #23ABDC Summer Sky

📋 copy color: '#23ABDC'

red 35 ◦ green 171 ◦ blue 220

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

Shades of Summer Sky #23ABDC

Tints of Summer Sky #23ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

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

R = 8.22%
G = 40.14%
B = 51.64%

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

#23ABDC (or 0x23ABDC) is known color: Summer Sky. HEX triplet: 23, AB and DC. RGB value is (35,171,220). Sum of RGB (Red+Green+Blue) = 35+171+220=426 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.22% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #23ABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ABDC is #DC5423. Grayscale: #878787. Windows color (decimal): -14439460 or 14461731. OLE color: 14461731.

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

Color convert

RGB 35 171 220 -
CMYK 0.84 0.22 0 0.14
HSL 195.89º 0.73% 0.5% -
HSV(B) 195.89º 0.84% 0.86% -
XYZ 28.17 34.65 72.91 -
YUV 135.92 175.44 56.02 -
System Red Green Blue C M Y K H S L
Decimal 35 171 220 0.84 0.22 0 0.14 195.89 0.73 0.5
Hex 23 AB DC 54 16 0 E C4 49 32
Octal 43 253 334 124 26 0 16 304 111 62
Binary 100011 10101011 11011100 1010100 10110 0 1110 11000100 1001001 110010

Color Harmonies of #23ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ABDC

Black with #23ABDC

Text Example


Text Example

White with #23ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,171,220); }

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

background-color css

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

 a { background-color: rgb(35,171,220); }

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

border-color css

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

 span { border-color: rgb(35,171,220); }

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