Html Css Color HEX #23C2CB Iris Blue

📋 copy color: '#23C2CB'

red 35 ◦ green 194 ◦ blue 203

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

Shades of Iris Blue #23C2CB

Tints of Iris Blue #23C2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 8.1%
G = 44.91%
B = 46.99%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#23C2CB (or 0x23C2CB) is known color: Iris Blue. HEX triplet: 23, C2 and CB. RGB value is (35,194,203). Sum of RGB (Red+Green+Blue) = 35+194+203=432 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.10% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #23C2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C2CB is #DC3D34. Grayscale: #939393. Windows color (decimal): -14433589 or 13353507. OLE color: 13353507.

HSL color Cylindrical-coordinate representation of color #23C2CB: hue angle of 183.21º 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 #23C2CB is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 194 203 -
CMYK 0.83 0.04 0 0.20
HSL 183.21º 0.71% 0.47% -
HSV(B) 183.21º 0.83% 0.8% -
XYZ 30.76 43.25 63.23 -
YUV 147.49 159.32 47.77 -
System Red Green Blue C M Y K H S L
Decimal 35 194 203 0.83 0.04 0 0.20 183.21 0.71 0.47
Hex 23 C2 CB 53 4 0 14 B7 47 2F
Octal 43 302 313 123 4 0 24 267 107 57
Binary 100011 11000010 11001011 1010011 100 0 10100 10110111 1000111 101111

Color Harmonies of #23C2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C2CB

Black with #23C2CB

Text Example


Text Example

White with #23C2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,194,203); }

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

background-color css

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

 a { background-color: rgb(35,194,203); }

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

border-color css

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

 span { border-color: rgb(35,194,203); }

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