Html Css Color HEX #0FBDBE Iris Blue

📋 copy color: '#0FBDBE'

red 15 ◦ green 189 ◦ blue 190

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

Shades of Iris Blue #0FBDBE

Tints of Iris Blue #0FBDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.97%

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

R = 3.81%
G = 47.97%
B = 48.22%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FBDBE (or 0x0FBDBE) is known color: Iris Blue. HEX triplet: 0F, BD and BE. RGB value is (15,189,190). Sum of RGB (Red+Green+Blue) = 15+189+190=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FBDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDBE is #F04241. Grayscale: #888888. Windows color (decimal): -15745602 or 12500239. OLE color: 12500239.

HSL color Cylindrical-coordinate representation of color #0FBDBE: hue angle of 180.34º 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 #0FBDBE is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 189 190 -
CMYK 0.92 0.01 0 0.25
HSL 180.34º 0.85% 0.4% -
HSV(B) 180.34º 0.92% 0.75% -
XYZ 27.69 40.21 55.02 -
YUV 137.09 157.85 40.92 -
System Red Green Blue C M Y K H S L
Decimal 15 189 190 0.92 0.01 0 0.25 180.34 0.85 0.4
Hex F BD BE 5C 1 0 19 B4 55 28
Octal 17 275 276 134 1 0 31 264 125 50
Binary 1111 10111101 10111110 1011100 1 0 11001 10110100 1010101 101000

Color Harmonies of #0FBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDBE

Black with #0FBDBE

Text Example


Text Example

White with #0FBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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