Html Css Color HEX #0AAFC4 Iris Blue

📋 copy color: '#0AAFC4'

red 10 ◦ green 175 ◦ blue 196

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

Shades of Iris Blue #0AAFC4

Tints of Iris Blue #0AAFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 51.44%

R = 2.62%
G = 45.93%
B = 51.44%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0AAFC4 (or 0x0AAFC4) is known color: Iris Blue. HEX triplet: 0A, AF and C4. RGB value is (10,175,196). Sum of RGB (Red+Green+Blue) = 10+175+196=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 196 (76.95% from 255 or 51.44% from 381); Max value from RGB is 196 - color contains mainly: blue. Hex color #0AAFC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFC4 is #F5503B. Grayscale: #7F7F7F. Windows color (decimal): -16076860 or 12889866. OLE color: 12889866.

HSL color Cylindrical-coordinate representation of color #0AAFC4: hue angle of 186.77º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAFC4 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 10 175 196 -
CMYK 0.95 0.11 0 0.23
HSL 186.77º 0.9% 0.4% -
HSV(B) 186.77º 0.95% 0.77% -
XYZ 25.42 34.71 57.58 -
YUV 128.06 166.34 43.79 -
System Red Green Blue C M Y K H S L
Decimal 10 175 196 0.95 0.11 0 0.23 186.77 0.9 0.4
Hex A AF C4 5F B 0 17 BB 5A 28
Octal 12 257 304 137 13 0 27 273 132 50
Binary 1010 10101111 11000100 1011111 1011 0 10111 10111011 1011010 101000

Color Harmonies of #0AAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAFC4

Black with #0AAFC4

Text Example


Text Example

White with #0AAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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