Html Css Color HEX #0FB7CF Iris Blue

📋 copy color: '#0FB7CF'

red 15 ◦ green 183 ◦ blue 207

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

Shades of Iris Blue #0FB7CF

Tints of Iris Blue #0FB7CF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

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

R = 3.7%
G = 45.19%
B = 51.11%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FB7CF (or 0x0FB7CF) is known color: Iris Blue. HEX triplet: 0F, B7 and CF. RGB value is (15,183,207). Sum of RGB (Red+Green+Blue) = 15+183+207=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FB7CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB7CF is #F04830. Grayscale: #878787. Windows color (decimal): -15747121 or 13612815. OLE color: 13612815.

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

Color convert

RGB 15 183 207 -
CMYK 0.93 0.12 0 0.19
HSL 187.5º 0.86% 0.44% -
HSV(B) 187.5º 0.93% 0.81% -
XYZ 28.39 38.47 64.96 -
YUV 135.5 168.34 42.05 -
System Red Green Blue C M Y K H S L
Decimal 15 183 207 0.93 0.12 0 0.19 187.5 0.86 0.44
Hex F B7 CF 5D C 0 13 BC 56 2C
Octal 17 267 317 135 14 0 23 274 126 54
Binary 1111 10110111 11001111 1011101 1100 0 10011 10111100 1010110 101100

Color Harmonies of #0FB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB7CF

Black with #0FB7CF

Text Example


Text Example

White with #0FB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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