Html Css Color HEX #0FA7CF Iris Blue

📋 copy color: '#0FA7CF'

red 15 ◦ green 167 ◦ blue 207

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

Shades of Iris Blue #0FA7CF

Tints of Iris Blue #0FA7CF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

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

R = 3.86%
G = 42.93%
B = 53.21%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FA7CF (or 0x0FA7CF) is known color: Iris Blue. HEX triplet: 0F, A7 and CF. RGB value is (15,167,207). Sum of RGB (Red+Green+Blue) = 15+167+207=389 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.86% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FA7CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA7CF is #F05830. Grayscale: #7D7D7D. Windows color (decimal): -15751217 or 13608719. OLE color: 13608719.

HSL color Cylindrical-coordinate representation of color #0FA7CF: hue angle of 192.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA7CF is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 167 207 -
CMYK 0.93 0.19 0 0.19
HSL 192.5º 0.86% 0.44% -
HSV(B) 192.5º 0.93% 0.81% -
XYZ 25.28 32.24 63.92 -
YUV 126.11 173.64 48.75 -
System Red Green Blue C M Y K H S L
Decimal 15 167 207 0.93 0.19 0 0.19 192.5 0.86 0.44
Hex F A7 CF 5D 13 0 13 C0 56 2C
Octal 17 247 317 135 23 0 23 300 126 54
Binary 1111 10100111 11001111 1011101 10011 0 10011 11000000 1010110 101100

Color Harmonies of #0FA7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA7CF

Black with #0FA7CF

Text Example


Text Example

White with #0FA7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,167,207); }

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

background-color css

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

 a { background-color: rgb(15,167,207); }

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

border-color css

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

 span { border-color: rgb(15,167,207); }

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