Html Css Color HEX #23C0CD Iris Blue

📋 copy color: '#23C0CD'

red 35 ◦ green 192 ◦ blue 205

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

Shades of Iris Blue #23C0CD

Tints of Iris Blue #23C0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.44%

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 8.1%
G = 44.44%
B = 47.45%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#23C0CD (or 0x23C0CD) is known color: Iris Blue. HEX triplet: 23, C0 and CD. RGB value is (35,192,205). Sum of RGB (Red+Green+Blue) = 35+192+205=432 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.10% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #23C0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C0CD is #DC3F32. Grayscale: #929292. Windows color (decimal): -14434099 or 13484067. OLE color: 13484067.

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

Color convert

RGB 35 192 205 -
CMYK 0.83 0.06 0 0.20
HSL 184.59º 0.71% 0.47% -
HSV(B) 184.59º 0.83% 0.8% -
XYZ 30.56 42.46 64.34 -
YUV 146.54 160.99 48.44 -
System Red Green Blue C M Y K H S L
Decimal 35 192 205 0.83 0.06 0 0.20 184.59 0.71 0.47
Hex 23 C0 CD 53 6 0 14 B9 47 2F
Octal 43 300 315 123 6 0 24 271 107 57
Binary 100011 11000000 11001101 1010011 110 0 10100 10111001 1000111 101111

Color Harmonies of #23C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C0CD

Black with #23C0CD

Text Example


Text Example

White with #23C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,192,205); }

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

background-color css

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

 a { background-color: rgb(35,192,205); }

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

border-color css

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

 span { border-color: rgb(35,192,205); }

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