Html Css Color HEX #0AAFBC Iris Blue

📋 copy color: '#0AAFBC'

red 10 ◦ green 175 ◦ blue 188

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

Shades of Iris Blue #0AAFBC

Tints of Iris Blue #0AAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 2.68%
G = 46.92%
B = 50.4%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0AAFBC (or 0x0AAFBC) is known color: Iris Blue. HEX triplet: 0A, AF and BC. RGB value is (10,175,188). Sum of RGB (Red+Green+Blue) = 10+175+188=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #0AAFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFBC is #F55043. Grayscale: #7E7E7E. Windows color (decimal): -16076868 or 12365578. OLE color: 12365578.

HSL color Cylindrical-coordinate representation of color #0AAFBC: hue angle of 184.38º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAFBC is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 175 188 -
CMYK 0.95 0.07 0 0.26
HSL 184.38º 0.9% 0.39% -
HSV(B) 184.38º 0.95% 0.74% -
XYZ 24.53 34.36 52.92 -
YUV 127.15 162.34 44.44 -
System Red Green Blue C M Y K H S L
Decimal 10 175 188 0.95 0.07 0 0.26 184.38 0.9 0.39
Hex A AF BC 5F 7 0 1A B8 5A 27
Octal 12 257 274 137 7 0 32 270 132 47
Binary 1010 10101111 10111100 1011111 111 0 11010 10111000 1011010 100111

Color Harmonies of #0AAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAFBC

Black with #0AAFBC

Text Example


Text Example

White with #0AAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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