Html Css Color HEX #0FEBFF Aqua

📋 copy color: '#0FEBFF'

red 15 ◦ green 235 ◦ blue 255

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

Shades of Aqua #0FEBFF

Tints of Aqua #0FEBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.53%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 2.97%
G = 46.53%
B = 50.5%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FEBFF (or 0x0FEBFF) is known color: Aqua. HEX triplet: 0F, EB and FF. RGB value is (15,235,255). Sum of RGB (Red+Green+Blue) = 15+235+255=505 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.97% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FEBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEBFF is #F01400. Grayscale: #ABABAB. Windows color (decimal): -15733761 or 16771855. OLE color: 16771855.

HSL color Cylindrical-coordinate representation of color #0FEBFF: hue angle of 185º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBFF is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 235 255 -
CMYK 0.94 0.08 0 0
HSL 185º 1% 0.53% -
HSV(B) 185º 0.94% 1% -
XYZ 47.96 66.74 104.96 -
YUV 171.5 175.11 16.37 -
System Red Green Blue C M Y K H S L
Decimal 15 235 255 0.94 0.08 0 0 185 1 0.53
Hex F EB FF 5E 8 0 0 B9 64 35
Octal 17 353 377 136 10 0 0 271 144 65
Binary 1111 11101011 11111111 1011110 1000 0 0 10111001 1100100 110101

Color Harmonies of #0FEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEBFF

Black with #0FEBFF

Text Example


Text Example

White with #0FEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,235,255); }

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

background-color css

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

 a { background-color: rgb(15,235,255); }

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

border-color css

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

 span { border-color: rgb(15,235,255); }

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