Html Css Color HEX #0CAFC0 Iris Blue

📋 copy color: '#0CAFC0'

red 12 ◦ green 175 ◦ blue 192

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

Shades of Iris Blue #0CAFC0

Tints of Iris Blue #0CAFC0

RGB

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

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

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

R = 3.17%
G = 46.17%
B = 50.66%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0CAFC0 (or 0x0CAFC0) is known color: Iris Blue. HEX triplet: 0C, AF and C0. RGB value is (12,175,192). Sum of RGB (Red+Green+Blue) = 12+175+192=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #0CAFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFC0 is #F3503F. Grayscale: #7F7F7F. Windows color (decimal): -15945792 or 12627724. OLE color: 12627724.

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

Color convert

RGB 12 175 192 -
CMYK 0.94 0.09 0 0.25
HSL 185.67º 0.88% 0.4% -
HSV(B) 185.67º 0.94% 0.75% -
XYZ 25 34.54 55.22 -
YUV 128.2 164 45.12 -
System Red Green Blue C M Y K H S L
Decimal 12 175 192 0.94 0.09 0 0.25 185.67 0.88 0.4
Hex C AF C0 5E 9 0 19 BA 58 28
Octal 14 257 300 136 11 0 31 272 130 50
Binary 1100 10101111 11000000 1011110 1001 0 11001 10111010 1011000 101000

Color Harmonies of #0CAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFC0

Black with #0CAFC0

Text Example


Text Example

White with #0CAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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