Html Css Color HEX #0FBDB8 Iris Blue

📋 copy color: '#0FBDB8'

red 15 ◦ green 189 ◦ blue 184

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

Shades of Iris Blue #0FBDB8

Tints of Iris Blue #0FBDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.42%

R = 3.87%
G = 48.71%
B = 47.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#0FBDB8 (or 0x0FBDB8) is known color: Iris Blue. HEX triplet: 0F, BD and B8. RGB value is (15,189,184). Sum of RGB (Red+Green+Blue) = 15+189+184=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDB8 is #F04247. Grayscale: #888888. Windows color (decimal): -15745608 or 12107023. OLE color: 12107023.

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

Color convert

RGB 15 189 184 -
CMYK 0.92 0 0.03 0.26
HSL 178.28º 0.85% 0.4% -
HSV(B) 178.28º 0.92% 0.74% -
XYZ 27.05 39.96 51.63 -
YUV 136.4 154.85 41.41 -
System Red Green Blue C M Y K H S L
Decimal 15 189 184 0.92 0 0.03 0.26 178.28 0.85 0.4
Hex F BD B8 5C 0 3 1A B2 55 28
Octal 17 275 270 134 0 3 32 262 125 50
Binary 1111 10111101 10111000 1011100 0 11 11010 10110010 1010101 101000

Color Harmonies of #0FBDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDB8

Black with #0FBDB8

Text Example


Text Example

White with #0FBDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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