Html Css Color HEX #0FB5CE Iris Blue

📋 copy color: '#0FB5CE'

red 15 ◦ green 181 ◦ blue 206

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

Shades of Iris Blue #0FB5CE

Tints of Iris Blue #0FB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.02%

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 3.73%
G = 45.02%
B = 51.24%

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

#0FB5CE (or 0x0FB5CE) is known color: Iris Blue. HEX triplet: 0F, B5 and CE. RGB value is (15,181,206). Sum of RGB (Red+Green+Blue) = 15+181+206=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FB5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5CE is #F04A31. Grayscale: #858585. Windows color (decimal): -15747634 or 13546767. OLE color: 13546767.

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

Color convert

RGB 15 181 206 -
CMYK 0.93 0.12 0 0.19
HSL 187.85º 0.86% 0.43% -
HSV(B) 187.85º 0.93% 0.81% -
XYZ 27.86 37.61 64.18 -
YUV 134.22 168.5 42.97 -
System Red Green Blue C M Y K H S L
Decimal 15 181 206 0.93 0.12 0 0.19 187.85 0.86 0.43
Hex F B5 CE 5D C 0 13 BC 56 2B
Octal 17 265 316 135 14 0 23 274 126 53
Binary 1111 10110101 11001110 1011101 1100 0 10011 10111100 1010110 101011

Color Harmonies of #0FB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB5CE

Black with #0FB5CE

Text Example


Text Example

White with #0FB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,181,206); }

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

background-color css

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

 a { background-color: rgb(15,181,206); }

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

border-color css

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

 span { border-color: rgb(15,181,206); }

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