Html Css Color HEX #0FB9DC Iris Blue

📋 copy color: '#0FB9DC'

red 15 ◦ green 185 ◦ blue 220

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

Shades of Iris Blue #0FB9DC

Tints of Iris Blue #0FB9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.05%

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 3.57%
G = 44.05%
B = 52.38%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FB9DC (or 0x0FB9DC) is known color: Iris Blue. HEX triplet: 0F, B9 and DC. RGB value is (15,185,220). Sum of RGB (Red+Green+Blue) = 15+185+220=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FB9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB9DC is #F04623. Grayscale: #898989. Windows color (decimal): -15746596 or 14465295. OLE color: 14465295.

HSL color Cylindrical-coordinate representation of color #0FB9DC: hue angle of 190.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB9DC is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 185 220 -
CMYK 0.93 0.16 0 0.14
HSL 190.24º 0.87% 0.46% -
HSV(B) 190.24º 0.93% 0.86% -
XYZ 30.46 39.97 73.82 -
YUV 138.16 174.18 40.15 -
System Red Green Blue C M Y K H S L
Decimal 15 185 220 0.93 0.16 0 0.14 190.24 0.87 0.46
Hex F B9 DC 5D 10 0 E BE 57 2E
Octal 17 271 334 135 20 0 16 276 127 56
Binary 1111 10111001 11011100 1011101 10000 0 1110 10111110 1010111 101110

Color Harmonies of #0FB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB9DC

Black with #0FB9DC

Text Example


Text Example

White with #0FB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,185,220); }

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

background-color css

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

 a { background-color: rgb(15,185,220); }

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

border-color css

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

 span { border-color: rgb(15,185,220); }

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