Html Css Color HEX #0CACCD Iris Blue

📋 copy color: '#0CACCD'

red 12 ◦ green 172 ◦ blue 205

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

Shades of Iris Blue #0CACCD

Tints of Iris Blue #0CACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 3.08%
G = 44.22%
B = 52.7%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0CACCD (or 0x0CACCD) is known color: Iris Blue. HEX triplet: 0C, AC and CD. RGB value is (12,172,205). Sum of RGB (Red+Green+Blue) = 12+172+205=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #0CACCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACCD is #F35332. Grayscale: #7F7F7F. Windows color (decimal): -15946547 or 13478924. OLE color: 13478924.

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

Color convert

RGB 12 172 205 -
CMYK 0.94 0.16 0 0.20
HSL 190.26º 0.89% 0.43% -
HSV(B) 190.26º 0.94% 0.8% -
XYZ 25.92 33.99 62.95 -
YUV 127.92 171.49 45.32 -
System Red Green Blue C M Y K H S L
Decimal 12 172 205 0.94 0.16 0 0.20 190.26 0.89 0.43
Hex C AC CD 5E 10 0 14 BE 59 2B
Octal 14 254 315 136 20 0 24 276 131 53
Binary 1100 10101100 11001101 1011110 10000 0 10100 10111110 1011001 101011

Color Harmonies of #0CACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACCD

Black with #0CACCD

Text Example


Text Example

White with #0CACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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