Html Css Color HEX #0FBCCF Iris Blue

📋 copy color: '#0FBCCF'

red 15 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #0FBCCF

Tints of Iris Blue #0FBCCF

RGB

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

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

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

R = 3.66%
G = 45.85%
B = 50.49%

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

#0FBCCF (or 0x0FBCCF) is known color: Iris Blue. HEX triplet: 0F, BC and CF. RGB value is (15,188,207). Sum of RGB (Red+Green+Blue) = 15+188+207=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FBCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCCF is #F04330. Grayscale: #8A8A8A. Windows color (decimal): -15745841 or 13614095. OLE color: 13614095.

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

Color convert

RGB 15 188 207 -
CMYK 0.93 0.09 0 0.19
HSL 185.94º 0.86% 0.44% -
HSV(B) 185.94º 0.93% 0.81% -
XYZ 29.44 40.57 65.31 -
YUV 138.44 166.69 39.96 -
System Red Green Blue C M Y K H S L
Decimal 15 188 207 0.93 0.09 0 0.19 185.94 0.86 0.44
Hex F BC CF 5D 9 0 13 BA 56 2C
Octal 17 274 317 135 11 0 23 272 126 54
Binary 1111 10111100 11001111 1011101 1001 0 10011 10111010 1010110 101100

Color Harmonies of #0FBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCCF

Black with #0FBCCF

Text Example


Text Example

White with #0FBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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