Html Css Color HEX #0FBBBE Iris Blue

📋 copy color: '#0FBBBE'

red 15 ◦ green 187 ◦ blue 190

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

Shades of Iris Blue #0FBBBE

Tints of Iris Blue #0FBBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.7%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 3.83%
G = 47.7%
B = 48.47%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FBBBE (or 0x0FBBBE) is known color: Iris Blue. HEX triplet: 0F, BB and BE. RGB value is (15,187,190). Sum of RGB (Red+Green+Blue) = 15+187+190=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FBBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBBBE is #F04441. Grayscale: #878787. Windows color (decimal): -15746114 or 12499727. OLE color: 12499727.

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

Color convert

RGB 15 187 190 -
CMYK 0.92 0.02 0 0.25
HSL 181.03º 0.85% 0.4% -
HSV(B) 181.03º 0.92% 0.75% -
XYZ 27.26 39.36 54.88 -
YUV 135.91 158.52 41.76 -
System Red Green Blue C M Y K H S L
Decimal 15 187 190 0.92 0.02 0 0.25 181.03 0.85 0.4
Hex F BB BE 5C 2 0 19 B5 55 28
Octal 17 273 276 134 2 0 31 265 125 50
Binary 1111 10111011 10111110 1011100 10 0 11001 10110101 1010101 101000

Color Harmonies of #0FBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBBBE

Black with #0FBBBE

Text Example


Text Example

White with #0FBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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