Html Css Color HEX #0CABDD Iris Blue

📋 copy color: '#0CABDD'

red 12 ◦ green 171 ◦ blue 221

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

Shades of Iris Blue #0CABDD

Tints of Iris Blue #0CABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 2.97%
G = 42.33%
B = 54.7%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CABDD (or 0x0CABDD) is known color: Iris Blue. HEX triplet: 0C, AB and DD. RGB value is (12,171,221). Sum of RGB (Red+Green+Blue) = 12+171+221=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABDD is #F35422. Grayscale: #808080. Windows color (decimal): -15946787 or 14527244. OLE color: 14527244.

HSL color Cylindrical-coordinate representation of color #0CABDD: hue angle of 194.35º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CABDD is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 171 221 -
CMYK 0.95 0.23 0 0.13
HSL 194.35º 0.9% 0.46% -
HSV(B) 194.35º 0.95% 0.87% -
XYZ 27.77 34.42 73.59 -
YUV 129.16 179.82 44.43 -
System Red Green Blue C M Y K H S L
Decimal 12 171 221 0.95 0.23 0 0.13 194.35 0.9 0.46
Hex C AB DD 5F 17 0 D C2 5A 2E
Octal 14 253 335 137 27 0 15 302 132 56
Binary 1100 10101011 11011101 1011111 10111 0 1101 11000010 1011010 101110

Color Harmonies of #0CABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABDD

Black with #0CABDD

Text Example


Text Example

White with #0CABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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