Html Css Color HEX #0ABDD8 Iris Blue

📋 copy color: '#0ABDD8'

red 10 ◦ green 189 ◦ blue 216

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

Shades of Iris Blue #0ABDD8

Tints of Iris Blue #0ABDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.05%

R = 2.41%
G = 45.54%
B = 52.05%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0ABDD8 (or 0x0ABDD8) is known color: Iris Blue. HEX triplet: 0A, BD and D8. RGB value is (10,189,216). Sum of RGB (Red+Green+Blue) = 10+189+216=415 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.41% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #0ABDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDD8 is #F54227. Grayscale: #8A8A8A. Windows color (decimal): -16073256 or 14204170. OLE color: 14204170.

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

Color convert

RGB 10 189 216 -
CMYK 0.95 0.12 0 0.15
HSL 187.86º 0.91% 0.44% -
HSV(B) 187.86º 0.95% 0.85% -
XYZ 30.72 41.42 71.34 -
YUV 138.56 171.7 36.3 -
System Red Green Blue C M Y K H S L
Decimal 10 189 216 0.95 0.12 0 0.15 187.86 0.91 0.44
Hex A BD D8 5F C 0 F BC 5B 2C
Octal 12 275 330 137 14 0 17 274 133 54
Binary 1010 10111101 11011000 1011111 1100 0 1111 10111100 1011011 101100

Color Harmonies of #0ABDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDD8

Black with #0ABDD8

Text Example


Text Example

White with #0ABDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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