Html Css Color HEX #23BDCF Summer Sky

📋 copy color: '#23BDCF'

red 35 ◦ green 189 ◦ blue 207

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

Shades of Summer Sky #23BDCF

Tints of Summer Sky #23BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 8.12%
G = 43.85%
B = 48.03%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#23BDCF (or 0x23BDCF) is known color: Summer Sky. HEX triplet: 23, BD and CF. RGB value is (35,189,207). Sum of RGB (Red+Green+Blue) = 35+189+207=431 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.12% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #23BDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDCF is #DC4230. Grayscale: #909090. Windows color (decimal): -14434865 or 13614371. OLE color: 13614371.

HSL color Cylindrical-coordinate representation of color #23BDCF: hue angle of 186.28º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23BDCF is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 189 207 -
CMYK 0.83 0.09 0 0.19
HSL 186.28º 0.71% 0.47% -
HSV(B) 186.28º 0.83% 0.81% -
XYZ 30.15 41.26 65.41 -
YUV 145.01 162.98 49.54 -
System Red Green Blue C M Y K H S L
Decimal 35 189 207 0.83 0.09 0 0.19 186.28 0.71 0.47
Hex 23 BD CF 53 9 0 13 BA 47 2F
Octal 43 275 317 123 11 0 23 272 107 57
Binary 100011 10111101 11001111 1010011 1001 0 10011 10111010 1000111 101111

Color Harmonies of #23BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BDCF

Black with #23BDCF

Text Example


Text Example

White with #23BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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