Html Css Color HEX #0FFBEF Aqua

📋 copy color: '#0FFBEF'

red 15 ◦ green 251 ◦ blue 239

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

Shades of Aqua #0FFBEF

Tints of Aqua #0FFBEF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.7%

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 2.97%
G = 49.7%
B = 47.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#0FFBEF (or 0x0FFBEF) is known color: Aqua. HEX triplet: 0F, FB and EF. RGB value is (15,251,239). Sum of RGB (Red+Green+Blue) = 15+251+239=505 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.97% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFBEF is #F00410. Grayscale: #B2B2B2. Windows color (decimal): -15729681 or 15727375. OLE color: 15727375.

HSL color Cylindrical-coordinate representation of color #0FFBEF: hue angle of 176.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBEF is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 251 239 -
CMYK 0.94 0 0.05 0.02
HSL 176.95º 0.97% 0.52% -
HSV(B) 176.95º 0.94% 0.98% -
XYZ 50.27 75.33 93.55 -
YUV 179.07 161.81 10.98 -
System Red Green Blue C M Y K H S L
Decimal 15 251 239 0.94 0 0.05 0.02 176.95 0.97 0.52
Hex F FB EF 5E 0 5 2 B1 61 34
Octal 17 373 357 136 0 5 2 261 141 64
Binary 1111 11111011 11101111 1011110 0 101 10 10110001 1100001 110100

Color Harmonies of #0FFBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFBEF

Black with #0FFBEF

Text Example


Text Example

White with #0FFBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,251,239); }

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

background-color css

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

 a { background-color: rgb(15,251,239); }

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

border-color css

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

 span { border-color: rgb(15,251,239); }

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