Html Css Color HEX #0AADDB Iris Blue

📋 copy color: '#0AADDB'

red 10 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #0AADDB

Tints of Iris Blue #0AADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.03%

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 2.49%
G = 43.03%
B = 54.48%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AADDB (or 0x0AADDB) is known color: Iris Blue. HEX triplet: 0A, AD and DB. RGB value is (10,173,219). Sum of RGB (Red+Green+Blue) = 10+173+219=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADDB is #F55224. Grayscale: #818181. Windows color (decimal): -16077349 or 14396682. OLE color: 14396682.

HSL color Cylindrical-coordinate representation of color #0AADDB: hue angle of 193.21º 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 #0AADDB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 173 219 -
CMYK 0.95 0.21 0 0.14
HSL 193.21º 0.91% 0.45% -
HSV(B) 193.21º 0.95% 0.86% -
XYZ 27.85 35.07 72.32 -
YUV 129.51 178.5 42.76 -
System Red Green Blue C M Y K H S L
Decimal 10 173 219 0.95 0.21 0 0.14 193.21 0.91 0.45
Hex A AD DB 5F 15 0 E C1 5B 2D
Octal 12 255 333 137 25 0 16 301 133 55
Binary 1010 10101101 11011011 1011111 10101 0 1110 11000001 1011011 101101

Color Harmonies of #0AADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AADDB

Black with #0AADDB

Text Example


Text Example

White with #0AADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,173,219); }

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

background-color css

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

 a { background-color: rgb(10,173,219); }

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

border-color css

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

 span { border-color: rgb(10,173,219); }

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