Html Css Color HEX #0AAFDB Iris Blue

📋 copy color: '#0AAFDB'

red 10 ◦ green 175 ◦ blue 219

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

Shades of Iris Blue #0AAFDB

Tints of Iris Blue #0AAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.32%

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

R = 2.48%
G = 43.32%
B = 54.21%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AAFDB (or 0x0AAFDB) is known color: Iris Blue. HEX triplet: 0A, AF and DB. RGB value is (10,175,219). Sum of RGB (Red+Green+Blue) = 10+175+219=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AAFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFDB is #F55024. Grayscale: #828282. Windows color (decimal): -16076837 or 14397194. OLE color: 14397194.

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

Color convert

RGB 10 175 219 -
CMYK 0.95 0.20 0 0.14
HSL 192.63º 0.91% 0.45% -
HSV(B) 192.63º 0.95% 0.86% -
XYZ 28.24 35.84 72.45 -
YUV 130.68 177.84 41.92 -
System Red Green Blue C M Y K H S L
Decimal 10 175 219 0.95 0.20 0 0.14 192.63 0.91 0.45
Hex A AF DB 5F 14 0 E C1 5B 2D
Octal 12 257 333 137 24 0 16 301 133 55
Binary 1010 10101111 11011011 1011111 10100 0 1110 11000001 1011011 101101

Color Harmonies of #0AAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAFDB

Black with #0AAFDB

Text Example


Text Example

White with #0AAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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