Html Css Color HEX #0FAFBE Iris Blue

📋 copy color: '#0FAFBE'

red 15 ◦ green 175 ◦ blue 190

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

Shades of Iris Blue #0FAFBE

Tints of Iris Blue #0FAFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 3.95%
G = 46.05%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FAFBE (or 0x0FAFBE) is known color: Iris Blue. HEX triplet: 0F, AF and BE. RGB value is (15,175,190). Sum of RGB (Red+Green+Blue) = 15+175+190=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FAFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAFBE is #F05041. Grayscale: #808080. Windows color (decimal): -15749186 or 12496655. OLE color: 12496655.

HSL color Cylindrical-coordinate representation of color #0FAFBE: hue angle of 185.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAFBE is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 175 190 -
CMYK 0.92 0.08 0 0.25
HSL 185.14º 0.85% 0.4% -
HSV(B) 185.14º 0.92% 0.75% -
XYZ 24.82 34.48 54.06 -
YUV 128.87 162.49 46.78 -
System Red Green Blue C M Y K H S L
Decimal 15 175 190 0.92 0.08 0 0.25 185.14 0.85 0.4
Hex F AF BE 5C 8 0 19 B9 55 28
Octal 17 257 276 134 10 0 31 271 125 50
Binary 1111 10101111 10111110 1011100 1000 0 11001 10111001 1010101 101000

Color Harmonies of #0FAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAFBE

Black with #0FAFBE

Text Example


Text Example

White with #0FAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,175,190); }

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

background-color css

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

 a { background-color: rgb(15,175,190); }

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

border-color css

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

 span { border-color: rgb(15,175,190); }

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