Html Css Color HEX #0CACCE Iris Blue

📋 copy color: '#0CACCE'

red 12 ◦ green 172 ◦ blue 206

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

Shades of Iris Blue #0CACCE

Tints of Iris Blue #0CACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

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

R = 3.08%
G = 44.1%
B = 52.82%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CACCE (or 0x0CACCE) is known color: Iris Blue. HEX triplet: 0C, AC and CE. RGB value is (12,172,206). Sum of RGB (Red+Green+Blue) = 12+172+206=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CACCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACCE is #F35331. Grayscale: #7F7F7F. Windows color (decimal): -15946546 or 13544460. OLE color: 13544460.

HSL color Cylindrical-coordinate representation of color #0CACCE: hue angle of 190.52º 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 #0CACCE is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 172 206 -
CMYK 0.94 0.17 0 0.19
HSL 190.52º 0.89% 0.43% -
HSV(B) 190.52º 0.94% 0.81% -
XYZ 26.04 34.04 63.59 -
YUV 128.04 171.99 45.24 -
System Red Green Blue C M Y K H S L
Decimal 12 172 206 0.94 0.17 0 0.19 190.52 0.89 0.43
Hex C AC CE 5E 11 0 13 BF 59 2B
Octal 14 254 316 136 21 0 23 277 131 53
Binary 1100 10101100 11001110 1011110 10001 0 10011 10111111 1011001 101011

Color Harmonies of #0CACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACCE

Black with #0CACCE

Text Example


Text Example

White with #0CACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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