Html Css Color HEX #0FBCDD Iris Blue

📋 copy color: '#0FBCDD'

red 15 ◦ green 188 ◦ blue 221

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

Shades of Iris Blue #0FBCDD

Tints of Iris Blue #0FBCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

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

R = 3.54%
G = 44.34%
B = 52.12%

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

#0FBCDD (or 0x0FBCDD) is known color: Iris Blue. HEX triplet: 0F, BC and DD. RGB value is (15,188,221). Sum of RGB (Red+Green+Blue) = 15+188+221=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FBCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCDD is #F04322. Grayscale: #8B8B8B. Windows color (decimal): -15745827 or 14531599. OLE color: 14531599.

HSL color Cylindrical-coordinate representation of color #0FBCDD: hue angle of 189.61º 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 #0FBCDD is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 188 221 -
CMYK 0.93 0.15 0 0.13
HSL 189.61º 0.87% 0.46% -
HSV(B) 189.61º 0.93% 0.87% -
XYZ 31.23 41.29 74.73 -
YUV 140.04 173.69 38.82 -
System Red Green Blue C M Y K H S L
Decimal 15 188 221 0.93 0.15 0 0.13 189.61 0.87 0.46
Hex F BC DD 5D F 0 D BE 57 2E
Octal 17 274 335 135 17 0 15 276 127 56
Binary 1111 10111100 11011101 1011101 1111 0 1101 10111110 1010111 101110

Color Harmonies of #0FBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCDD

Black with #0FBCDD

Text Example


Text Example

White with #0FBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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