Html Css Color HEX #23BADD Summer Sky

📋 copy color: '#23BADD'

red 35 ◦ green 186 ◦ blue 221

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

Shades of Summer Sky #23BADD

Tints of Summer Sky #23BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.08%

 BLUE value IS 221 (86.72% from 255) = 50%

R = 7.92%
G = 42.08%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#23BADD (or 0x23BADD) is known color: Summer Sky. HEX triplet: 23, BA and DD. RGB value is (35,186,221). Sum of RGB (Red+Green+Blue) = 35+186+221=442 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.92% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #23BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BADD is #DC4522. Grayscale: #909090. Windows color (decimal): -14435619 or 14531107. OLE color: 14531107.

HSL color Cylindrical-coordinate representation of color #23BADD: hue angle of 191.29º degrees, saturation: 0.73, 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 #23BADD is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 186 221 -
CMYK 0.84 0.16 0 0.13
HSL 191.29º 0.73% 0.5% -
HSV(B) 191.29º 0.84% 0.87% -
XYZ 31.3 40.7 74.61 -
YUV 144.84 170.97 49.65 -
System Red Green Blue C M Y K H S L
Decimal 35 186 221 0.84 0.16 0 0.13 191.29 0.73 0.5
Hex 23 BA DD 54 10 0 D BF 49 32
Octal 43 272 335 124 20 0 15 277 111 62
Binary 100011 10111010 11011101 1010100 10000 0 1101 10111111 1001001 110010

Color Harmonies of #23BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BADD

Black with #23BADD

Text Example


Text Example

White with #23BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,186,221); }

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

background-color css

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

 a { background-color: rgb(35,186,221); }

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

border-color css

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

 span { border-color: rgb(35,186,221); }

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