Html Css Color HEX #0FA9C2 Iris Blue

📋 copy color: '#0FA9C2'

red 15 ◦ green 169 ◦ blue 194

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

Shades of Iris Blue #0FA9C2

Tints of Iris Blue #0FA9C2

RGB

 RED value IS 15 (6.25% from 255) = 3.97%

 GREEN value IS 169 (66.41% from 255) = 44.71%

 BLUE value IS 194 (76.17% from 255) = 51.32%

R = 3.97%
G = 44.71%
B = 51.32%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0FA9C2 (or 0x0FA9C2) is known color: Iris Blue. HEX triplet: 0F, A9 and C2. RGB value is (15,169,194). Sum of RGB (Red+Green+Blue) = 15+169+194=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #0FA9C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA9C2 is #F0563D. Grayscale: #7D7D7D. Windows color (decimal): -15750718 or 12757263. OLE color: 12757263.

HSL color Cylindrical-coordinate representation of color #0FA9C2: hue angle of 188.38º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA9C2 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 169 194 -
CMYK 0.92 0.13 0 0.24
HSL 188.38º 0.86% 0.41% -
HSV(B) 188.38º 0.92% 0.76% -
XYZ 24.12 32.37 56.02 -
YUV 125.8 166.48 48.97 -
System Red Green Blue C M Y K H S L
Decimal 15 169 194 0.92 0.13 0 0.24 188.38 0.86 0.41
Hex F A9 C2 5C D 0 18 BC 56 29
Octal 17 251 302 134 15 0 30 274 126 51
Binary 1111 10101001 11000010 1011100 1101 0 11000 10111100 1010110 101001

Color Harmonies of #0FA9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA9C2

Black with #0FA9C2

Text Example


Text Example

White with #0FA9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,169,194); }

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

background-color css

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

 a { background-color: rgb(15,169,194); }

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

border-color css

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

 span { border-color: rgb(15,169,194); }

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