Html Css Color HEX #0CBCC0 Iris Blue

📋 copy color: '#0CBCC0'

red 12 ◦ green 188 ◦ blue 192

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

Shades of Iris Blue #0CBCC0

Tints of Iris Blue #0CBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 3.06%
G = 47.96%
B = 48.98%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0CBCC0 (or 0x0CBCC0) is known color: Iris Blue. HEX triplet: 0C, BC and C0. RGB value is (12,188,192). Sum of RGB (Red+Green+Blue) = 12+188+192=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #0CBCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCC0 is #F3433F. Grayscale: #878787. Windows color (decimal): -15942464 or 12631052. OLE color: 12631052.

HSL color Cylindrical-coordinate representation of color #0CBCC0: hue angle of 181.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBCC0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 188 192 -
CMYK 0.94 0.02 0 0.25
HSL 181.33º 0.88% 0.4% -
HSV(B) 181.33º 0.94% 0.75% -
XYZ 27.65 39.85 56.1 -
YUV 135.83 159.69 39.67 -
System Red Green Blue C M Y K H S L
Decimal 12 188 192 0.94 0.02 0 0.25 181.33 0.88 0.4
Hex C BC C0 5E 2 0 19 B5 58 28
Octal 14 274 300 136 2 0 31 265 130 50
Binary 1100 10111100 11000000 1011110 10 0 11001 10110101 1011000 101000

Color Harmonies of #0CBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCC0

Black with #0CBCC0

Text Example


Text Example

White with #0CBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,192); }

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

background-color css

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

 a { background-color: rgb(12,188,192); }

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

border-color css

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

 span { border-color: rgb(12,188,192); }

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