Html Css Color HEX #23A5DC Summer Sky

📋 copy color: '#23A5DC'

red 35 ◦ green 165 ◦ blue 220

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

Shades of Summer Sky #23A5DC

Tints of Summer Sky #23A5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

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

R = 8.33%
G = 39.29%
B = 52.38%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23A5DC (or 0x23A5DC) is known color: Summer Sky. HEX triplet: 23, A5 and DC. RGB value is (35,165,220). Sum of RGB (Red+Green+Blue) = 35+165+220=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #23A5DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A5DC is #DC5A23. Grayscale: #848484. Windows color (decimal): -14440996 or 14460195. OLE color: 14460195.

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

Color convert

RGB 35 165 220 -
CMYK 0.84 0.25 0 0.14
HSL 197.84º 0.73% 0.5% -
HSV(B) 197.84º 0.84% 0.86% -
XYZ 27.07 32.43 72.54 -
YUV 132.4 177.43 58.53 -
System Red Green Blue C M Y K H S L
Decimal 35 165 220 0.84 0.25 0 0.14 197.84 0.73 0.5
Hex 23 A5 DC 54 19 0 E C6 49 32
Octal 43 245 334 124 31 0 16 306 111 62
Binary 100011 10100101 11011100 1010100 11001 0 1110 11000110 1001001 110010

Color Harmonies of #23A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A5DC

Black with #23A5DC

Text Example


Text Example

White with #23A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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