Html Css Color HEX #0CAFCC Iris Blue

📋 copy color: '#0CAFCC'

red 12 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #0CAFCC

Tints of Iris Blue #0CAFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.76%

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

R = 3.07%
G = 44.76%
B = 52.17%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0CAFCC (or 0x0CAFCC) is known color: Iris Blue. HEX triplet: 0C, AF and CC. RGB value is (12,175,204). Sum of RGB (Red+Green+Blue) = 12+175+204=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CAFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFCC is #F35033. Grayscale: #818181. Windows color (decimal): -15945780 or 13414156. OLE color: 13414156.

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

Color convert

RGB 12 175 204 -
CMYK 0.94 0.14 0 0.2
HSL 189.06º 0.89% 0.42% -
HSV(B) 189.06º 0.94% 0.8% -
XYZ 26.38 35.1 62.51 -
YUV 129.57 170 44.14 -
System Red Green Blue C M Y K H S L
Decimal 12 175 204 0.94 0.14 0 0.2 189.06 0.89 0.42
Hex C AF CC 5E E 0 14 BD 59 2A
Octal 14 257 314 136 16 0 24 275 131 52
Binary 1100 10101111 11001100 1011110 1110 0 10100 10111101 1011001 101010

Color Harmonies of #0CAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFCC

Black with #0CAFCC

Text Example


Text Example

White with #0CAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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