Html Css Color HEX #0FBFDA Iris Blue

📋 copy color: '#0FBFDA'

red 15 ◦ green 191 ◦ blue 218

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

Shades of Iris Blue #0FBFDA

Tints of Iris Blue #0FBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 45.05%

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

R = 3.54%
G = 45.05%
B = 51.42%

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

#0FBFDA (or 0x0FBFDA) is known color: Iris Blue. HEX triplet: 0F, BF and DA. RGB value is (15,191,218). Sum of RGB (Red+Green+Blue) = 15+191+218=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FBFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBFDA is #F04025. Grayscale: #8D8D8D. Windows color (decimal): -15745062 or 14335759. OLE color: 14335759.

HSL color Cylindrical-coordinate representation of color #0FBFDA: hue angle of 187.98º 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 #0FBFDA is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 191 218 -
CMYK 0.93 0.12 0 0.15
HSL 187.98º 0.87% 0.46% -
HSV(B) 187.98º 0.93% 0.85% -
XYZ 31.48 42.43 72.86 -
YUV 141.45 171.19 37.8 -
System Red Green Blue C M Y K H S L
Decimal 15 191 218 0.93 0.12 0 0.15 187.98 0.87 0.46
Hex F BF DA 5D C 0 F BC 57 2E
Octal 17 277 332 135 14 0 17 274 127 56
Binary 1111 10111111 11011010 1011101 1100 0 1111 10111100 1010111 101110

Color Harmonies of #0FBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBFDA

Black with #0FBFDA

Text Example


Text Example

White with #0FBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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