Html Css Color HEX #23C2CA Iris Blue

📋 copy color: '#23C2CA'

red 35 ◦ green 194 ◦ blue 202

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

Shades of Iris Blue #23C2CA

Tints of Iris Blue #23C2CA

RGB

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

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

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

R = 8.12%
G = 45.01%
B = 46.87%

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

#23C2CA (or 0x23C2CA) is known color: Iris Blue. HEX triplet: 23, C2 and CA. RGB value is (35,194,202). Sum of RGB (Red+Green+Blue) = 35+194+202=431 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.12% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #23C2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C2CA is #DC3D35. Grayscale: #939393. Windows color (decimal): -14433590 or 13287971. OLE color: 13287971.

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

Color convert

RGB 35 194 202 -
CMYK 0.83 0.04 0 0.21
HSL 182.87º 0.7% 0.46% -
HSV(B) 182.87º 0.83% 0.79% -
XYZ 30.65 43.21 62.6 -
YUV 147.37 158.82 47.85 -
System Red Green Blue C M Y K H S L
Decimal 35 194 202 0.83 0.04 0 0.21 182.87 0.7 0.46
Hex 23 C2 CA 53 4 0 15 B7 46 2E
Octal 43 302 312 123 4 0 25 267 106 56
Binary 100011 11000010 11001010 1010011 100 0 10101 10110111 1000110 101110

Color Harmonies of #23C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C2CA

Black with #23C2CA

Text Example


Text Example

White with #23C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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