Html Css Color HEX #23ACCC Summer Sky

📋 copy color: '#23ACCC'

red 35 ◦ green 172 ◦ blue 204

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

Shades of Summer Sky #23ACCC

Tints of Summer Sky #23ACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 8.52%
G = 41.85%
B = 49.64%

CMYK

 C value IS 0.83

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#23ACCC (or 0x23ACCC) is known color: Summer Sky. HEX triplet: 23, AC and CC. RGB value is (35,172,204). Sum of RGB (Red+Green+Blue) = 35+172+204=411 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.52% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #23ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ACCC is #DC5333. Grayscale: #868686. Windows color (decimal): -14439220 or 13413411. OLE color: 13413411.

HSL color Cylindrical-coordinate representation of color #23ACCC: hue angle of 191.36º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23ACCC is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 172 204 -
CMYK 0.83 0.16 0 0.2
HSL 191.36º 0.71% 0.47% -
HSV(B) 191.36º 0.83% 0.8% -
XYZ 26.34 34.22 62.34 -
YUV 134.69 167.11 56.9 -
System Red Green Blue C M Y K H S L
Decimal 35 172 204 0.83 0.16 0 0.2 191.36 0.71 0.47
Hex 23 AC CC 53 10 0 14 BF 47 2F
Octal 43 254 314 123 20 0 24 277 107 57
Binary 100011 10101100 11001100 1010011 10000 0 10100 10111111 1000111 101111

Color Harmonies of #23ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ACCC

Black with #23ACCC

Text Example


Text Example

White with #23ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,172,204); }

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

background-color css

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

 a { background-color: rgb(35,172,204); }

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

border-color css

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

 span { border-color: rgb(35,172,204); }

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