Html Css Color HEX #23B2DC Summer Sky

📋 copy color: '#23B2DC'

red 35 ◦ green 178 ◦ blue 220

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

Shades of Summer Sky #23B2DC

Tints of Summer Sky #23B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.11%

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

R = 8.08%
G = 41.11%
B = 50.81%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23B2DC (or 0x23B2DC) is known color: Summer Sky. HEX triplet: 23, B2 and DC. RGB value is (35,178,220). Sum of RGB (Red+Green+Blue) = 35+178+220=433 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.08% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #23B2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23B2DC is #DC4D23. Grayscale: #8B8B8B. Windows color (decimal): -14437668 or 14463523. OLE color: 14463523.

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

Color convert

RGB 35 178 220 -
CMYK 0.84 0.19 0 0.14
HSL 193.62º 0.73% 0.5% -
HSV(B) 193.62º 0.84% 0.86% -
XYZ 29.53 37.37 73.37 -
YUV 140.03 173.12 53.08 -
System Red Green Blue C M Y K H S L
Decimal 35 178 220 0.84 0.19 0 0.14 193.62 0.73 0.5
Hex 23 B2 DC 54 13 0 E C2 49 32
Octal 43 262 334 124 23 0 16 302 111 62
Binary 100011 10110010 11011100 1010100 10011 0 1110 11000010 1001001 110010

Color Harmonies of #23B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B2DC

Black with #23B2DC

Text Example


Text Example

White with #23B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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