Html Css Color HEX #0CABD4 Iris Blue

📋 copy color: '#0CABD4'

red 12 ◦ green 171 ◦ blue 212

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

Shades of Iris Blue #0CABD4

Tints of Iris Blue #0CABD4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 212 (83.2% from 255) = 53.67%

R = 3.04%
G = 43.29%
B = 53.67%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0CABD4 (or 0x0CABD4) is known color: Iris Blue. HEX triplet: 0C, AB and D4. RGB value is (12,171,212). Sum of RGB (Red+Green+Blue) = 12+171+212=395 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.04% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #0CABD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABD4 is #F3542B. Grayscale: #7F7F7F. Windows color (decimal): -15946796 or 13937420. OLE color: 13937420.

HSL color Cylindrical-coordinate representation of color #0CABD4: hue angle of 192.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CABD4 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 12 171 212 -
CMYK 0.94 0.19 0 0.17
HSL 192.3º 0.89% 0.44% -
HSV(B) 192.3º 0.94% 0.83% -
XYZ 26.6 33.96 67.44 -
YUV 128.13 175.32 45.17 -
System Red Green Blue C M Y K H S L
Decimal 12 171 212 0.94 0.19 0 0.17 192.3 0.89 0.44
Hex C AB D4 5E 13 0 11 C0 59 2C
Octal 14 253 324 136 23 0 21 300 131 54
Binary 1100 10101011 11010100 1011110 10011 0 10001 11000000 1011001 101100

Color Harmonies of #0CABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABD4

Black with #0CABD4

Text Example


Text Example

White with #0CABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,212); }

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

background-color css

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

 a { background-color: rgb(12,171,212); }

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

border-color css

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

 span { border-color: rgb(12,171,212); }

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