Html Css Color HEX #23C0CB Iris Blue

📋 copy color: '#23C0CB'

red 35 ◦ green 192 ◦ blue 203

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

Shades of Iris Blue #23C0CB

Tints of Iris Blue #23C0CB

RGB

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

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

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

R = 8.14%
G = 44.65%
B = 47.21%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#23C0CB (or 0x23C0CB) is known color: Iris Blue. HEX triplet: 23, C0 and CB. RGB value is (35,192,203). Sum of RGB (Red+Green+Blue) = 35+192+203=430 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.14% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #23C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C0CB is #DC3F34. Grayscale: #929292. Windows color (decimal): -14434101 or 13352995. OLE color: 13352995.

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

Color convert

RGB 35 192 203 -
CMYK 0.83 0.05 0 0.20
HSL 183.93º 0.71% 0.47% -
HSV(B) 183.93º 0.83% 0.8% -
XYZ 30.32 42.37 63.08 -
YUV 146.31 159.99 48.61 -
System Red Green Blue C M Y K H S L
Decimal 35 192 203 0.83 0.05 0 0.20 183.93 0.71 0.47
Hex 23 C0 CB 53 5 0 14 B8 47 2F
Octal 43 300 313 123 5 0 24 270 107 57
Binary 100011 11000000 11001011 1010011 101 0 10100 10111000 1000111 101111

Color Harmonies of #23C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C0CB

Black with #23C0CB

Text Example


Text Example

White with #23C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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