Html Css Color HEX #23C1CA Iris Blue

📋 copy color: '#23C1CA'

red 35 ◦ green 193 ◦ blue 202

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

Shades of Iris Blue #23C1CA

Tints of Iris Blue #23C1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 8.14%
G = 44.88%
B = 46.98%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#23C1CA (or 0x23C1CA) is known color: Iris Blue. HEX triplet: 23, C1 and CA. RGB value is (35,193,202). Sum of RGB (Red+Green+Blue) = 35+193+202=430 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.14% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #23C1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C1CA is #DC3E35. Grayscale: #929292. Windows color (decimal): -14433846 or 13287715. OLE color: 13287715.

HSL color Cylindrical-coordinate representation of color #23C1CA: hue angle of 183.23º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23C1CA is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 193 202 -
CMYK 0.83 0.04 0 0.21
HSL 183.23º 0.7% 0.46% -
HSV(B) 183.23º 0.83% 0.79% -
XYZ 30.42 42.76 62.53 -
YUV 146.78 159.15 48.27 -
System Red Green Blue C M Y K H S L
Decimal 35 193 202 0.83 0.04 0 0.21 183.23 0.7 0.46
Hex 23 C1 CA 53 4 0 15 B7 46 2E
Octal 43 301 312 123 4 0 25 267 106 56
Binary 100011 11000001 11001010 1010011 100 0 10101 10110111 1000110 101110

Color Harmonies of #23C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C1CA

Black with #23C1CA

Text Example


Text Example

White with #23C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,193,202); }

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

background-color css

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

 a { background-color: rgb(35,193,202); }

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

border-color css

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

 span { border-color: rgb(35,193,202); }

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