Html Css Color HEX #0FB8E1 Iris Blue

📋 copy color: '#0FB8E1'

red 15 ◦ green 184 ◦ blue 225

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

Shades of Iris Blue #0FB8E1

Tints of Iris Blue #0FB8E1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

 BLUE value IS 225 (88.28% from 255) = 53.07%

R = 3.54%
G = 43.4%
B = 53.07%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0FB8E1 (or 0x0FB8E1) is known color: Iris Blue. HEX triplet: 0F, B8 and E1. RGB value is (15,184,225). Sum of RGB (Red+Green+Blue) = 15+184+225=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #0FB8E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8E1 is #F0471E. Grayscale: #898989. Windows color (decimal): -15746847 or 14792719. OLE color: 14792719.

HSL color Cylindrical-coordinate representation of color #0FB8E1: hue angle of 191.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB8E1 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 184 225 -
CMYK 0.93 0.18 0 0.12
HSL 191.71º 0.88% 0.47% -
HSV(B) 191.71º 0.93% 0.88% -
XYZ 30.93 39.82 77.29 -
YUV 138.14 177.01 40.17 -
System Red Green Blue C M Y K H S L
Decimal 15 184 225 0.93 0.18 0 0.12 191.71 0.88 0.47
Hex F B8 E1 5D 12 0 C C0 58 2F
Octal 17 270 341 135 22 0 14 300 130 57
Binary 1111 10111000 11100001 1011101 10010 0 1100 11000000 1011000 101111

Color Harmonies of #0FB8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB8E1

Black with #0FB8E1

Text Example


Text Example

White with #0FB8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,184,225); }

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

background-color css

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

 a { background-color: rgb(15,184,225); }

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

border-color css

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

 span { border-color: rgb(15,184,225); }

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