Html Css Color HEX #0FB5DD Iris Blue

📋 copy color: '#0FB5DD'

red 15 ◦ green 181 ◦ blue 221

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

Shades of Iris Blue #0FB5DD

Tints of Iris Blue #0FB5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 3.6%
G = 43.41%
B = 53%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FB5DD (or 0x0FB5DD) is known color: Iris Blue. HEX triplet: 0F, B5 and DD. RGB value is (15,181,221). Sum of RGB (Red+Green+Blue) = 15+181+221=417 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.60% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FB5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5DD is #F04A22. Grayscale: #878787. Windows color (decimal): -15747619 or 14529807. OLE color: 14529807.

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

Color convert

RGB 15 181 221 -
CMYK 0.93 0.18 0 0.13
HSL 191.65º 0.87% 0.46% -
HSV(B) 191.65º 0.93% 0.87% -
XYZ 29.77 38.37 74.24 -
YUV 135.93 176 41.75 -
System Red Green Blue C M Y K H S L
Decimal 15 181 221 0.93 0.18 0 0.13 191.65 0.87 0.46
Hex F B5 DD 5D 12 0 D C0 57 2E
Octal 17 265 335 135 22 0 15 300 127 56
Binary 1111 10110101 11011101 1011101 10010 0 1101 11000000 1010111 101110

Color Harmonies of #0FB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB5DD

Black with #0FB5DD

Text Example


Text Example

White with #0FB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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