Html Css Color HEX #0FB0DC Iris Blue

📋 copy color: '#0FB0DC'

red 15 ◦ green 176 ◦ blue 220

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

Shades of Iris Blue #0FB0DC

Tints of Iris Blue #0FB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.82%

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

R = 3.65%
G = 42.82%
B = 53.53%

CMYK

 C value IS 0.93

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FB0DC (or 0x0FB0DC) is known color: Iris Blue. HEX triplet: 0F, B0 and DC. RGB value is (15,176,220). Sum of RGB (Red+Green+Blue) = 15+176+220=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FB0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB0DC is #F04F23. Grayscale: #848484. Windows color (decimal): -15748900 or 14462991. OLE color: 14462991.

HSL color Cylindrical-coordinate representation of color #0FB0DC: hue angle of 192.88º 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 #0FB0DC is Cyan = 0.93, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 176 220 -
CMYK 0.93 0.2 0 0.14
HSL 192.88º 0.87% 0.46% -
HSV(B) 192.88º 0.93% 0.86% -
XYZ 28.64 36.32 73.21 -
YUV 132.88 177.16 43.92 -
System Red Green Blue C M Y K H S L
Decimal 15 176 220 0.93 0.2 0 0.14 192.88 0.87 0.46
Hex F B0 DC 5D 14 0 E C1 57 2E
Octal 17 260 334 135 24 0 16 301 127 56
Binary 1111 10110000 11011100 1011101 10100 0 1110 11000001 1010111 101110

Color Harmonies of #0FB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB0DC

Black with #0FB0DC

Text Example


Text Example

White with #0FB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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