Html Css Color HEX #0ABCDD Iris Blue

📋 copy color: '#0ABCDD'

red 10 ◦ green 188 ◦ blue 221

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

Shades of Iris Blue #0ABCDD

Tints of Iris Blue #0ABCDD

RGB

 RED value IS 10 (4.3% from 255) = 2.39%

 GREEN value IS 188 (73.83% from 255) = 44.87%

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

R = 2.39%
G = 44.87%
B = 52.74%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ABCDD (or 0x0ABCDD) is known color: Iris Blue. HEX triplet: 0A, BC and DD. RGB value is (10,188,221). Sum of RGB (Red+Green+Blue) = 10+188+221=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #0ABCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCDD is #F54322. Grayscale: #8A8A8A. Windows color (decimal): -16073507 or 14531594. OLE color: 14531594.

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

Color convert

RGB 10 188 221 -
CMYK 0.95 0.15 0 0.13
HSL 189.38º 0.91% 0.45% -
HSV(B) 189.38º 0.95% 0.87% -
XYZ 31.16 41.25 74.73 -
YUV 138.54 174.53 36.32 -
System Red Green Blue C M Y K H S L
Decimal 10 188 221 0.95 0.15 0 0.13 189.38 0.91 0.45
Hex A BC DD 5F F 0 D BD 5B 2D
Octal 12 274 335 137 17 0 15 275 133 55
Binary 1010 10111100 11011101 1011111 1111 0 1101 10111101 1011011 101101

Color Harmonies of #0ABCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCDD

Black with #0ABCDD

Text Example


Text Example

White with #0ABCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,188,221); }

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

background-color css

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

 a { background-color: rgb(10,188,221); }

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

border-color css

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

 span { border-color: rgb(10,188,221); }

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