Html Css Color HEX #0CADBC Iris Blue

📋 copy color: '#0CADBC'

red 12 ◦ green 173 ◦ blue 188

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

Shades of Iris Blue #0CADBC

Tints of Iris Blue #0CADBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 3.22%
G = 46.38%
B = 50.4%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0CADBC (or 0x0CADBC) is known color: Iris Blue. HEX triplet: 0C, AD and BC. RGB value is (12,173,188). Sum of RGB (Red+Green+Blue) = 12+173+188=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #0CADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADBC is #F35243. Grayscale: #7E7E7E. Windows color (decimal): -15946308 or 12365068. OLE color: 12365068.

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

Color convert

RGB 12 173 188 -
CMYK 0.94 0.08 0 0.26
HSL 185.11º 0.88% 0.39% -
HSV(B) 185.11º 0.94% 0.74% -
XYZ 24.17 33.6 52.79 -
YUV 126.57 162.66 46.28 -
System Red Green Blue C M Y K H S L
Decimal 12 173 188 0.94 0.08 0 0.26 185.11 0.88 0.39
Hex C AD BC 5E 8 0 1A B9 58 27
Octal 14 255 274 136 10 0 32 271 130 47
Binary 1100 10101101 10111100 1011110 1000 0 11010 10111001 1011000 100111

Color Harmonies of #0CADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CADBC

Black with #0CADBC

Text Example


Text Example

White with #0CADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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