Html Css Color HEX #0FBBDD Iris Blue

📋 copy color: '#0FBBDD'

red 15 ◦ green 187 ◦ blue 221

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

Shades of Iris Blue #0FBBDD

Tints of Iris Blue #0FBBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 3.55%
G = 44.21%
B = 52.25%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FBBDD (or 0x0FBBDD) is known color: Iris Blue. HEX triplet: 0F, BB and DD. RGB value is (15,187,221). Sum of RGB (Red+Green+Blue) = 15+187+221=423 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FBBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBBDD is #F04422. Grayscale: #8B8B8B. Windows color (decimal): -15746083 or 14531343. OLE color: 14531343.

HSL color Cylindrical-coordinate representation of color #0FBBDD: hue angle of 189.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBBDD is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 187 221 -
CMYK 0.93 0.15 0 0.13
HSL 189.9º 0.87% 0.46% -
HSV(B) 189.9º 0.93% 0.87% -
XYZ 31.02 40.86 74.66 -
YUV 139.45 174.02 39.24 -
System Red Green Blue C M Y K H S L
Decimal 15 187 221 0.93 0.15 0 0.13 189.9 0.87 0.46
Hex F BB DD 5D F 0 D BE 57 2E
Octal 17 273 335 135 17 0 15 276 127 56
Binary 1111 10111011 11011101 1011101 1111 0 1101 10111110 1010111 101110

Color Harmonies of #0FBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBBDD

Black with #0FBBDD

Text Example


Text Example

White with #0FBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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