Html Css Color HEX #0FACBD Iris Blue

📋 copy color: '#0FACBD'

red 15 ◦ green 172 ◦ blue 189

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

Shades of Iris Blue #0FACBD

Tints of Iris Blue #0FACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.74%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 3.99%
G = 45.74%
B = 50.27%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0FACBD (or 0x0FACBD) is known color: Iris Blue. HEX triplet: 0F, AC and BD. RGB value is (15,172,189). Sum of RGB (Red+Green+Blue) = 15+172+189=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FACBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACBD is #F05342. Grayscale: #7E7E7E. Windows color (decimal): -15749955 or 12430351. OLE color: 12430351.

HSL color Cylindrical-coordinate representation of color #0FACBD: hue angle of 185.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FACBD is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 172 189 -
CMYK 0.92 0.09 0 0.26
HSL 185.86º 0.85% 0.4% -
HSV(B) 185.86º 0.92% 0.74% -
XYZ 24.13 33.28 53.3 -
YUV 127 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 15 172 189 0.92 0.09 0 0.26 185.86 0.85 0.4
Hex F AC BD 5C 9 0 1A BA 55 28
Octal 17 254 275 134 11 0 32 272 125 50
Binary 1111 10101100 10111101 1011100 1001 0 11010 10111010 1010101 101000

Color Harmonies of #0FACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACBD

Black with #0FACBD

Text Example


Text Example

White with #0FACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,189); }

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

background-color css

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

 a { background-color: rgb(15,172,189); }

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

border-color css

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

 span { border-color: rgb(15,172,189); }

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