Html Css Color HEX #0FABBB Iris Blue

📋 copy color: '#0FABBB'

red 15 ◦ green 171 ◦ blue 187

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

Shades of Iris Blue #0FABBB

Tints of Iris Blue #0FABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 4.02%
G = 45.84%
B = 50.13%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0FABBB (or 0x0FABBB) is known color: Iris Blue. HEX triplet: 0F, AB and BB. RGB value is (15,171,187). Sum of RGB (Red+Green+Blue) = 15+171+187=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #0FABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABBB is #F05444. Grayscale: #7D7D7D. Windows color (decimal): -15750213 or 12299023. OLE color: 12299023.

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

Color convert

RGB 15 171 187 -
CMYK 0.92 0.09 0 0.27
HSL 185.58º 0.85% 0.4% -
HSV(B) 185.58º 0.92% 0.73% -
XYZ 23.73 32.82 52.1 -
YUV 126.18 162.32 48.7 -
System Red Green Blue C M Y K H S L
Decimal 15 171 187 0.92 0.09 0 0.27 185.58 0.85 0.4
Hex F AB BB 5C 9 0 1B BA 55 28
Octal 17 253 273 134 11 0 33 272 125 50
Binary 1111 10101011 10111011 1011100 1001 0 11011 10111010 1010101 101000

Color Harmonies of #0FABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABBB

Black with #0FABBB

Text Example


Text Example

White with #0FABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,187); }

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

background-color css

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

 a { background-color: rgb(15,171,187); }

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

border-color css

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

 span { border-color: rgb(15,171,187); }

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