Html Css Color HEX #23A4D5 Summer Sky

📋 copy color: '#23A4D5'

red 35 ◦ green 164 ◦ blue 213

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

Shades of Summer Sky #23A4D5

Tints of Summer Sky #23A4D5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

 BLUE value IS 213 (83.59% from 255) = 51.7%

R = 8.5%
G = 39.81%
B = 51.7%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#23A4D5 (or 0x23A4D5) is known color: Summer Sky. HEX triplet: 23, A4 and D5. RGB value is (35,164,213). Sum of RGB (Red+Green+Blue) = 35+164+213=412 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.50% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #23A4D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A4D5 is #DC5B2A. Grayscale: #828282. Windows color (decimal): -14441259 or 14001187. OLE color: 14001187.

HSL color Cylindrical-coordinate representation of color #23A4D5: hue angle of 196.52º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23A4D5 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 164 213 -
CMYK 0.84 0.23 0 0.16
HSL 196.52º 0.72% 0.49% -
HSV(B) 196.52º 0.84% 0.84% -
XYZ 25.98 31.71 67.7 -
YUV 131.02 174.26 59.52 -
System Red Green Blue C M Y K H S L
Decimal 35 164 213 0.84 0.23 0 0.16 196.52 0.72 0.49
Hex 23 A4 D5 54 17 0 10 C5 48 31
Octal 43 244 325 124 27 0 20 305 110 61
Binary 100011 10100100 11010101 1010100 10111 0 10000 11000101 1001000 110001

Color Harmonies of #23A4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A4D5

Black with #23A4D5

Text Example


Text Example

White with #23A4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,164,213); }

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

background-color css

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

 a { background-color: rgb(35,164,213); }

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

border-color css

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

 span { border-color: rgb(35,164,213); }

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