Html Css Color HEX #0CC1CE Iris Blue

📋 copy color: '#0CC1CE'

red 12 ◦ green 193 ◦ blue 206

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

Shades of Iris Blue #0CC1CE

Tints of Iris Blue #0CC1CE

RGB

 RED value IS 12 (5.08% from 255) = 2.92%

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 2.92%
G = 46.96%
B = 50.12%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CC1CE (or 0x0CC1CE) is known color: Iris Blue. HEX triplet: 0C, C1 and CE. RGB value is (12,193,206). Sum of RGB (Red+Green+Blue) = 12+193+206=411 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.92% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CC1CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC1CE is #F33E31. Grayscale: #8C8C8C. Windows color (decimal): -15941170 or 13549836. OLE color: 13549836.

HSL color Cylindrical-coordinate representation of color #0CC1CE: hue angle of 184.02º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC1CE is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 193 206 -
CMYK 0.94 0.06 0 0.19
HSL 184.02º 0.89% 0.43% -
HSV(B) 184.02º 0.94% 0.81% -
XYZ 30.36 42.67 65.03 -
YUV 140.36 165.03 36.44 -
System Red Green Blue C M Y K H S L
Decimal 12 193 206 0.94 0.06 0 0.19 184.02 0.89 0.43
Hex C C1 CE 5E 6 0 13 B8 59 2B
Octal 14 301 316 136 6 0 23 270 131 53
Binary 1100 11000001 11001110 1011110 110 0 10011 10111000 1011001 101011

Color Harmonies of #0CC1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC1CE

Black with #0CC1CE

Text Example


Text Example

White with #0CC1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CC1CE; }

 p { color: rgb(12,193,206); }

 H1.HeaderClassName
 {
   color: #0CC1CE;
 }
 .AnyTagClassName
 {
   color: #0CC1CE;
 }
</style>

background-color css

<style>
 a { background-color: #0CC1CE; }

 a { background-color: rgb(12,193,206); }

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

border-color css

<style>
 span { border-color: #0CC1CE; }

 span { border-color: rgb(12,193,206); }

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