#23BACD

Color #23BACD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #23BACD

Tints of Summer Sky #23BACD

Color information

#23BACD (or 0x23BACD) is unknown color: approx Summer Sky. HEX triplet: 23, BA and CD. RGB value is (35,186,205). Sum of RGB (Red+Green+Blue) = 35+186+205=426 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.22% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #23BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BACD is #DC4532. Grayscale: #8E8E8E. Windows color (decimal): -14435635 or 13482531. OLE color: 13482531.

HSL color Cylindrical-coordinate representation of color #23BACD: hue angle of 186.71º 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 #23BACD is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB35186205-
CMYK0.830.0900.20
HSL186.71º70.83%47.06%-
HSV(B)186.71º82.93%80.39%-
XYZ29.2739.8863.91-
YUV143.02162.9750.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.22%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=8.22%
G=43.66%
B=48.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal351862050.830.0900.20186.7170.8347.06
Hex23BACD539014bb472f
Octal432723151231102427310757
Binary100011101110101100110110100111001010100101110111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,186,205); }

 H1.HeaderClassName
 {
   color: #23BACD;
 }
 .AnyTagClassName
 {
   color: #23BACD;
 }
</style>
background-color css

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

 a { background-color: rgb(35,186,205); }

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

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

 span { border-color: rgb(35,186,205); }

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