Html Css Color HEX #23BDD6 Summer Sky

📋 copy color: '#23BDD6'

red 35 ◦ green 189 ◦ blue 214

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

Shades of Summer Sky #23BDD6

Tints of Summer Sky #23BDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 7.99%
G = 43.15%
B = 48.86%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#23BDD6 (or 0x23BDD6) is known color: Summer Sky. HEX triplet: 23, BD and D6. RGB value is (35,189,214). Sum of RGB (Red+Green+Blue) = 35+189+214=438 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.99% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #23BDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDD6 is #DC4229. Grayscale: #919191. Windows color (decimal): -14434858 or 14073123. OLE color: 14073123.

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

Color convert

RGB 35 189 214 -
CMYK 0.84 0.12 0 0.16
HSL 188.38º 0.72% 0.49% -
HSV(B) 188.38º 0.84% 0.84% -
XYZ 31.03 41.61 70.01 -
YUV 145.8 166.48 48.97 -
System Red Green Blue C M Y K H S L
Decimal 35 189 214 0.84 0.12 0 0.16 188.38 0.72 0.49
Hex 23 BD D6 54 C 0 10 BC 48 31
Octal 43 275 326 124 14 0 20 274 110 61
Binary 100011 10111101 11010110 1010100 1100 0 10000 10111100 1001000 110001

Color Harmonies of #23BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BDD6

Black with #23BDD6

Text Example


Text Example

White with #23BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,189,214); }

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

background-color css

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

 a { background-color: rgb(35,189,214); }

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

border-color css

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

 span { border-color: rgb(35,189,214); }

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