Html Css Color HEX #0CC1CC Iris Blue

📋 copy color: '#0CC1CC'

red 12 ◦ green 193 ◦ blue 204

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

Shades of Iris Blue #0CC1CC

Tints of Iris Blue #0CC1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 2.93%
G = 47.19%
B = 49.88%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0CC1CC (or 0x0CC1CC) is known color: Iris Blue. HEX triplet: 0C, C1 and CC. RGB value is (12,193,204). Sum of RGB (Red+Green+Blue) = 12+193+204=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CC1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC1CC is #F33E33. Grayscale: #8B8B8B. Windows color (decimal): -15941172 or 13418764. OLE color: 13418764.

HSL color Cylindrical-coordinate representation of color #0CC1CC: hue angle of 183.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC1CC is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 193 204 -
CMYK 0.94 0.05 0 0.2
HSL 183.44º 0.89% 0.42% -
HSV(B) 183.44º 0.94% 0.8% -
XYZ 30.12 42.58 63.76 -
YUV 140.14 164.03 36.61 -
System Red Green Blue C M Y K H S L
Decimal 12 193 204 0.94 0.05 0 0.2 183.44 0.89 0.42
Hex C C1 CC 5E 5 0 14 B7 59 2A
Octal 14 301 314 136 5 0 24 267 131 52
Binary 1100 11000001 11001100 1011110 101 0 10100 10110111 1011001 101010

Color Harmonies of #0CC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC1CC

Black with #0CC1CC

Text Example


Text Example

White with #0CC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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