Html Css Color HEX #0AABCF Iris Blue

📋 copy color: '#0AABCF'

red 10 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #0AABCF

Tints of Iris Blue #0AABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.07%

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 2.58%
G = 44.07%
B = 53.35%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0AABCF (or 0x0AABCF) is known color: Iris Blue. HEX triplet: 0A, AB and CF. RGB value is (10,171,207). Sum of RGB (Red+Green+Blue) = 10+171+207=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #0AABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABCF is #F55430. Grayscale: #7E7E7E. Windows color (decimal): -16077873 or 13609738. OLE color: 13609738.

HSL color Cylindrical-coordinate representation of color #0AABCF: hue angle of 190.96º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AABCF is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 171 207 -
CMYK 0.95 0.17 0 0.19
HSL 190.96º 0.91% 0.43% -
HSV(B) 190.96º 0.95% 0.81% -
XYZ 25.95 33.7 64.17 -
YUV 126.97 173.16 44.57 -
System Red Green Blue C M Y K H S L
Decimal 10 171 207 0.95 0.17 0 0.19 190.96 0.91 0.43
Hex A AB CF 5F 11 0 13 BF 5B 2B
Octal 12 253 317 137 21 0 23 277 133 53
Binary 1010 10101011 11001111 1011111 10001 0 10011 10111111 1011011 101011

Color Harmonies of #0AABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AABCF

Black with #0AABCF

Text Example


Text Example

White with #0AABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,171,207); }

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

background-color css

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

 a { background-color: rgb(10,171,207); }

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

border-color css

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

 span { border-color: rgb(10,171,207); }

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