Html Css Color HEX #23C0DB Summer Sky

📋 copy color: '#23C0DB'

red 35 ◦ green 192 ◦ blue 219

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

Shades of Summer Sky #23C0DB

Tints of Summer Sky #23C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

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

R = 7.85%
G = 43.05%
B = 49.1%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23C0DB (or 0x23C0DB) is known color: Summer Sky. HEX triplet: 23, C0 and DB. RGB value is (35,192,219). Sum of RGB (Red+Green+Blue) = 35+192+219=446 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.85% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #23C0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C0DB is #DC3F24. Grayscale: #939393. Windows color (decimal): -14434085 or 14401571. OLE color: 14401571.

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

Color convert

RGB 35 192 219 -
CMYK 0.84 0.12 0 0.14
HSL 188.8º 0.72% 0.5% -
HSV(B) 188.8º 0.84% 0.86% -
XYZ 32.33 43.17 73.65 -
YUV 148.14 167.99 47.3 -
System Red Green Blue C M Y K H S L
Decimal 35 192 219 0.84 0.12 0 0.14 188.8 0.72 0.5
Hex 23 C0 DB 54 C 0 E BD 48 32
Octal 43 300 333 124 14 0 16 275 110 62
Binary 100011 11000000 11011011 1010100 1100 0 1110 10111101 1001000 110010

Color Harmonies of #23C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C0DB

Black with #23C0DB

Text Example


Text Example

White with #23C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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