Html Css Color HEX #0FB2DC Iris Blue

📋 copy color: '#0FB2DC'

red 15 ◦ green 178 ◦ blue 220

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

Shades of Iris Blue #0FB2DC

Tints of Iris Blue #0FB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.1%

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

R = 3.63%
G = 43.1%
B = 53.27%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FB2DC (or 0x0FB2DC) is known color: Iris Blue. HEX triplet: 0F, B2 and DC. RGB value is (15,178,220). Sum of RGB (Red+Green+Blue) = 15+178+220=413 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.63% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FB2DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB2DC is #F04D23. Grayscale: #858585. Windows color (decimal): -15748388 or 14463503. OLE color: 14463503.

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

Color convert

RGB 15 178 220 -
CMYK 0.93 0.19 0 0.14
HSL 192.29º 0.87% 0.46% -
HSV(B) 192.29º 0.93% 0.86% -
XYZ 29.04 37.11 73.34 -
YUV 134.05 176.5 43.08 -
System Red Green Blue C M Y K H S L
Decimal 15 178 220 0.93 0.19 0 0.14 192.29 0.87 0.46
Hex F B2 DC 5D 13 0 E C0 57 2E
Octal 17 262 334 135 23 0 16 300 127 56
Binary 1111 10110010 11011100 1011101 10011 0 1110 11000000 1010111 101110

Color Harmonies of #0FB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB2DC

Black with #0FB2DC

Text Example


Text Example

White with #0FB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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