Html Css Color HEX #0FBED8 Iris Blue

📋 copy color: '#0FBED8'

red 15 ◦ green 190 ◦ blue 216

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

Shades of Iris Blue #0FBED8

Tints of Iris Blue #0FBED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.13%

 BLUE value IS 216 (84.77% from 255) = 51.31%

R = 3.56%
G = 45.13%
B = 51.31%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0FBED8 (or 0x0FBED8) is known color: Iris Blue. HEX triplet: 0F, BE and D8. RGB value is (15,190,216). Sum of RGB (Red+Green+Blue) = 15+190+216=421 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.56% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #0FBED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBED8 is #F04127. Grayscale: #8C8C8C. Windows color (decimal): -15745320 or 14204431. OLE color: 14204431.

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

Color convert

RGB 15 190 216 -
CMYK 0.93 0.12 0 0.15
HSL 187.76º 0.87% 0.45% -
HSV(B) 187.76º 0.93% 0.85% -
XYZ 31.01 41.89 71.42 -
YUV 140.64 170.52 38.39 -
System Red Green Blue C M Y K H S L
Decimal 15 190 216 0.93 0.12 0 0.15 187.76 0.87 0.45
Hex F BE D8 5D C 0 F BC 57 2D
Octal 17 276 330 135 14 0 17 274 127 55
Binary 1111 10111110 11011000 1011101 1100 0 1111 10111100 1010111 101101

Color Harmonies of #0FBED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBED8

Black with #0FBED8

Text Example


Text Example

White with #0FBED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,190,216); }

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

background-color css

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

 a { background-color: rgb(15,190,216); }

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

border-color css

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

 span { border-color: rgb(15,190,216); }

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