Html Css Color HEX #0FBDCF Iris Blue

📋 copy color: '#0FBDCF'

red 15 ◦ green 189 ◦ blue 207

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

Shades of Iris Blue #0FBDCF

Tints of Iris Blue #0FBDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 3.65%
G = 45.99%
B = 50.36%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FBDCF (or 0x0FBDCF) is known color: Iris Blue. HEX triplet: 0F, BD and CF. RGB value is (15,189,207). Sum of RGB (Red+Green+Blue) = 15+189+207=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FBDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDCF is #F04230. Grayscale: #8A8A8A. Windows color (decimal): -15745585 or 13614351. OLE color: 13614351.

HSL color Cylindrical-coordinate representation of color #0FBDCF: hue angle of 185.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBDCF is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 189 207 -
CMYK 0.93 0.09 0 0.19
HSL 185.63º 0.86% 0.44% -
HSV(B) 185.63º 0.93% 0.81% -
XYZ 29.66 41 65.38 -
YUV 139.03 166.35 39.54 -
System Red Green Blue C M Y K H S L
Decimal 15 189 207 0.93 0.09 0 0.19 185.63 0.86 0.44
Hex F BD CF 5D 9 0 13 BA 56 2C
Octal 17 275 317 135 11 0 23 272 126 54
Binary 1111 10111101 11001111 1011101 1001 0 10011 10111010 1010110 101100

Color Harmonies of #0FBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDCF

Black with #0FBDCF

Text Example


Text Example

White with #0FBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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