Html Css Color HEX #0CADBA Iris Blue

📋 copy color: '#0CADBA'

red 12 ◦ green 173 ◦ blue 186

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

Shades of Iris Blue #0CADBA

Tints of Iris Blue #0CADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.63%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 3.23%
G = 46.63%
B = 50.13%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0CADBA (or 0x0CADBA) is known color: Iris Blue. HEX triplet: 0C, AD and BA. RGB value is (12,173,186). Sum of RGB (Red+Green+Blue) = 12+173+186=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #0CADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADBA is #F35245. Grayscale: #7E7E7E. Windows color (decimal): -15946310 or 12233996. OLE color: 12233996.

HSL color Cylindrical-coordinate representation of color #0CADBA: hue angle of 184.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CADBA is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 173 186 -
CMYK 0.94 0.07 0 0.27
HSL 184.48º 0.88% 0.39% -
HSV(B) 184.48º 0.94% 0.73% -
XYZ 23.96 33.51 51.66 -
YUV 126.34 161.66 46.44 -
System Red Green Blue C M Y K H S L
Decimal 12 173 186 0.94 0.07 0 0.27 184.48 0.88 0.39
Hex C AD BA 5E 7 0 1B B8 58 27
Octal 14 255 272 136 7 0 33 270 130 47
Binary 1100 10101101 10111010 1011110 111 0 11011 10111000 1011000 100111

Color Harmonies of #0CADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CADBA

Black with #0CADBA

Text Example


Text Example

White with #0CADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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