Html Css Color HEX #0CBACA Iris Blue

📋 copy color: '#0CBACA'

red 12 ◦ green 186 ◦ blue 202

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

Shades of Iris Blue #0CBACA

Tints of Iris Blue #0CBACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.5%

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 3%
G = 46.5%
B = 50.5%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0CBACA (or 0x0CBACA) is known color: Iris Blue. HEX triplet: 0C, BA and CA. RGB value is (12,186,202). Sum of RGB (Red+Green+Blue) = 12+186+202=400 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #0CBACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBACA is #F34535. Grayscale: #878787. Windows color (decimal): -15942966 or 13285900. OLE color: 13285900.

HSL color Cylindrical-coordinate representation of color #0CBACA: hue angle of 185.05º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBACA is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 186 202 -
CMYK 0.94 0.08 0 0.21
HSL 185.05º 0.89% 0.42% -
HSV(B) 185.05º 0.94% 0.79% -
XYZ 28.37 39.46 62 -
YUV 135.8 165.35 39.7 -
System Red Green Blue C M Y K H S L
Decimal 12 186 202 0.94 0.08 0 0.21 185.05 0.89 0.42
Hex C BA CA 5E 8 0 15 B9 59 2A
Octal 14 272 312 136 10 0 25 271 131 52
Binary 1100 10111010 11001010 1011110 1000 0 10101 10111001 1011001 101010

Color Harmonies of #0CBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBACA

Black with #0CBACA

Text Example


Text Example

White with #0CBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,186,202); }

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

background-color css

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

 a { background-color: rgb(12,186,202); }

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

border-color css

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

 span { border-color: rgb(12,186,202); }

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