Html Css Color HEX #0FEBFC Aqua

📋 copy color: '#0FEBFC'

red 15 ◦ green 235 ◦ blue 252

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

Shades of Aqua #0FEBFC

Tints of Aqua #0FEBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 2.99%
G = 46.81%
B = 50.2%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FEBFC (or 0x0FEBFC) is known color: Aqua. HEX triplet: 0F, EB and FC. RGB value is (15,235,252). Sum of RGB (Red+Green+Blue) = 15+235+252=502 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.99% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FEBFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEBFC is #F01403. Grayscale: #AAAAAA. Windows color (decimal): -15733764 or 16575247. OLE color: 16575247.

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

Color convert

RGB 15 235 252 -
CMYK 0.94 0.07 0 0.01
HSL 184.3º 0.98% 0.52% -
HSV(B) 184.3º 0.94% 0.99% -
XYZ 47.48 66.55 102.44 -
YUV 171.16 173.61 16.62 -
System Red Green Blue C M Y K H S L
Decimal 15 235 252 0.94 0.07 0 0.01 184.3 0.98 0.52
Hex F EB FC 5E 7 0 1 B8 62 34
Octal 17 353 374 136 7 0 1 270 142 64
Binary 1111 11101011 11111100 1011110 111 0 1 10111000 1100010 110100

Color Harmonies of #0FEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEBFC

Black with #0FEBFC

Text Example


Text Example

White with #0FEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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