Html Css Color HEX #23AFDE Summer Sky

📋 copy color: '#23AFDE'

red 35 ◦ green 175 ◦ blue 222

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

Shades of Summer Sky #23AFDE

Tints of Summer Sky #23AFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 8.1%
G = 40.51%
B = 51.39%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#23AFDE (or 0x23AFDE) is known color: Summer Sky. HEX triplet: 23, AF and DE. RGB value is (35,175,222). Sum of RGB (Red+Green+Blue) = 35+175+222=432 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.10% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #23AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AFDE is #DC5021. Grayscale: #8A8A8A. Windows color (decimal): -14438434 or 14593827. OLE color: 14593827.

HSL color Cylindrical-coordinate representation of color #23AFDE: hue angle of 195.08º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23AFDE is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 175 222 -
CMYK 0.84 0.21 0 0.13
HSL 195.08º 0.74% 0.5% -
HSV(B) 195.08º 0.84% 0.87% -
XYZ 29.21 36.29 74.57 -
YUV 138.5 175.12 54.18 -
System Red Green Blue C M Y K H S L
Decimal 35 175 222 0.84 0.21 0 0.13 195.08 0.74 0.5
Hex 23 AF DE 54 15 0 D C3 4A 32
Octal 43 257 336 124 25 0 15 303 112 62
Binary 100011 10101111 11011110 1010100 10101 0 1101 11000011 1001010 110010

Color Harmonies of #23AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AFDE

Black with #23AFDE

Text Example


Text Example

White with #23AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,175,222); }

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

background-color css

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

 a { background-color: rgb(35,175,222); }

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

border-color css

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

 span { border-color: rgb(35,175,222); }

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