Html Css Color HEX #0FBACD Iris Blue

📋 copy color: '#0FBACD'

red 15 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #0FBACD

Tints of Iris Blue #0FBACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.81%

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 3.69%
G = 45.81%
B = 50.49%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0FBACD (or 0x0FBACD) is known color: Iris Blue. HEX triplet: 0F, BA and CD. RGB value is (15,186,205). Sum of RGB (Red+Green+Blue) = 15+186+205=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FBACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBACD is #F04532. Grayscale: #888888. Windows color (decimal): -15746355 or 13482511. OLE color: 13482511.

HSL color Cylindrical-coordinate representation of color #0FBACD: hue angle of 186º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBACD is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 186 205 -
CMYK 0.93 0.09 0 0.20
HSL 186º 0.86% 0.43% -
HSV(B) 186º 0.93% 0.8% -
XYZ 28.78 39.63 63.89 -
YUV 137.04 166.35 40.96 -
System Red Green Blue C M Y K H S L
Decimal 15 186 205 0.93 0.09 0 0.20 186 0.86 0.43
Hex F BA CD 5D 9 0 14 BA 56 2B
Octal 17 272 315 135 11 0 24 272 126 53
Binary 1111 10111010 11001101 1011101 1001 0 10100 10111010 1010110 101011

Color Harmonies of #0FBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBACD

Black with #0FBACD

Text Example


Text Example

White with #0FBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,205); }

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

background-color css

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

 a { background-color: rgb(15,186,205); }

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

border-color css

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

 span { border-color: rgb(15,186,205); }

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