Html Css Color HEX #0ABDDC Iris Blue

📋 copy color: '#0ABDDC'

red 10 ◦ green 189 ◦ blue 220

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

Shades of Iris Blue #0ABDDC

Tints of Iris Blue #0ABDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 2.39%
G = 45.11%
B = 52.51%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ABDDC (or 0x0ABDDC) is known color: Iris Blue. HEX triplet: 0A, BD and DC. RGB value is (10,189,220). Sum of RGB (Red+Green+Blue) = 10+189+220=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ABDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDDC is #F54223. Grayscale: #8A8A8A. Windows color (decimal): -16073252 or 14466314. OLE color: 14466314.

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

Color convert

RGB 10 189 220 -
CMYK 0.95 0.14 0 0.14
HSL 188.86º 0.91% 0.45% -
HSV(B) 188.86º 0.95% 0.86% -
XYZ 31.24 41.63 74.1 -
YUV 139.01 173.7 35.98 -
System Red Green Blue C M Y K H S L
Decimal 10 189 220 0.95 0.14 0 0.14 188.86 0.91 0.45
Hex A BD DC 5F E 0 E BD 5B 2D
Octal 12 275 334 137 16 0 16 275 133 55
Binary 1010 10111101 11011100 1011111 1110 0 1110 10111101 1011011 101101

Color Harmonies of #0ABDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDDC

Black with #0ABDDC

Text Example


Text Example

White with #0ABDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,220); }

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

background-color css

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

 a { background-color: rgb(10,189,220); }

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

border-color css

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

 span { border-color: rgb(10,189,220); }

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