Html Css Color HEX #23BBDC Summer Sky

📋 copy color: '#23BBDC'

red 35 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #23BBDC

Tints of Summer Sky #23BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.31%

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

R = 7.92%
G = 42.31%
B = 49.77%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23BBDC (or 0x23BBDC) is known color: Summer Sky. HEX triplet: 23, BB and DC. RGB value is (35,187,220). Sum of RGB (Red+Green+Blue) = 35+187+220=442 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.92% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #23BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BBDC is #DC4423. Grayscale: #919191. Windows color (decimal): -14435364 or 14465827. OLE color: 14465827.

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

Color convert

RGB 35 187 220 -
CMYK 0.84 0.15 0 0.14
HSL 190.7º 0.73% 0.5% -
HSV(B) 190.7º 0.84% 0.86% -
XYZ 31.38 41.07 73.98 -
YUV 145.31 170.14 49.32 -
System Red Green Blue C M Y K H S L
Decimal 35 187 220 0.84 0.15 0 0.14 190.7 0.73 0.5
Hex 23 BB DC 54 F 0 E BF 49 32
Octal 43 273 334 124 17 0 16 277 111 62
Binary 100011 10111011 11011100 1010100 1111 0 1110 10111111 1001001 110010

Color Harmonies of #23BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BBDC

Black with #23BBDC

Text Example


Text Example

White with #23BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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