Html Css Color HEX #0FB0DA Iris Blue

📋 copy color: '#0FB0DA'

red 15 ◦ green 176 ◦ blue 218

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

Shades of Iris Blue #0FB0DA

Tints of Iris Blue #0FB0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 3.67%
G = 43.03%
B = 53.3%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0FB0DA (or 0x0FB0DA) is known color: Iris Blue. HEX triplet: 0F, B0 and DA. RGB value is (15,176,218). Sum of RGB (Red+Green+Blue) = 15+176+218=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FB0DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB0DA is #F04F25. Grayscale: #848484. Windows color (decimal): -15748902 or 14331919. OLE color: 14331919.

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

Color convert

RGB 15 176 218 -
CMYK 0.93 0.19 0 0.15
HSL 192.41º 0.87% 0.46% -
HSV(B) 192.41º 0.93% 0.85% -
XYZ 28.38 36.21 71.82 -
YUV 132.65 176.16 44.08 -
System Red Green Blue C M Y K H S L
Decimal 15 176 218 0.93 0.19 0 0.15 192.41 0.87 0.46
Hex F B0 DA 5D 13 0 F C0 57 2E
Octal 17 260 332 135 23 0 17 300 127 56
Binary 1111 10110000 11011010 1011101 10011 0 1111 11000000 1010111 101110

Color Harmonies of #0FB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB0DA

Black with #0FB0DA

Text Example


Text Example

White with #0FB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,176,218); }

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

background-color css

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

 a { background-color: rgb(15,176,218); }

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

border-color css

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

 span { border-color: rgb(15,176,218); }

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