Html Css Color HEX #0FB8DC Iris Blue

📋 copy color: '#0FB8DC'

red 15 ◦ green 184 ◦ blue 220

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

Shades of Iris Blue #0FB8DC

Tints of Iris Blue #0FB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.91%

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

R = 3.58%
G = 43.91%
B = 52.51%

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

#0FB8DC (or 0x0FB8DC) is known color: Iris Blue. HEX triplet: 0F, B8 and DC. RGB value is (15,184,220). Sum of RGB (Red+Green+Blue) = 15+184+220=419 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.58% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FB8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8DC is #F04723. Grayscale: #898989. Windows color (decimal): -15746852 or 14465039. OLE color: 14465039.

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

Color convert

RGB 15 184 220 -
CMYK 0.93 0.16 0 0.14
HSL 190.54º 0.87% 0.46% -
HSV(B) 190.54º 0.93% 0.86% -
XYZ 30.26 39.55 73.75 -
YUV 137.57 174.51 40.57 -
System Red Green Blue C M Y K H S L
Decimal 15 184 220 0.93 0.16 0 0.14 190.54 0.87 0.46
Hex F B8 DC 5D 10 0 E BF 57 2E
Octal 17 270 334 135 20 0 16 277 127 56
Binary 1111 10111000 11011100 1011101 10000 0 1110 10111111 1010111 101110

Color Harmonies of #0FB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB8DC

Black with #0FB8DC

Text Example


Text Example

White with #0FB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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