Html Css Color HEX #0FFAFD Aqua

📋 copy color: '#0FFAFD'

red 15 ◦ green 250 ◦ blue 253

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

Shades of Aqua #0FFAFD

Tints of Aqua #0FFAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.26%

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 2.9%
G = 48.26%
B = 48.84%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FFAFD (or 0x0FFAFD) is known color: Aqua. HEX triplet: 0F, FA and FD. RGB value is (15,250,253). Sum of RGB (Red+Green+Blue) = 15+250+253=518 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.90% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FFAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAFD is #F00502. Grayscale: #B3B3B3. Windows color (decimal): -15729923 or 16644623. OLE color: 16644623.

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

Color convert

RGB 15 250 253 -
CMYK 0.94 0.01 0 0.01
HSL 180.76º 0.98% 0.53% -
HSV(B) 180.76º 0.94% 0.99% -
XYZ 52.11 75.56 104.77 -
YUV 180.08 169.14 10.26 -
System Red Green Blue C M Y K H S L
Decimal 15 250 253 0.94 0.01 0 0.01 180.76 0.98 0.53
Hex F FA FD 5E 1 0 1 B5 62 35
Octal 17 372 375 136 1 0 1 265 142 65
Binary 1111 11111010 11111101 1011110 1 0 1 10110101 1100010 110101

Color Harmonies of #0FFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFAFD

Black with #0FFAFD

Text Example


Text Example

White with #0FFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,253); }

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

background-color css

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

 a { background-color: rgb(15,250,253); }

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

border-color css

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

 span { border-color: rgb(15,250,253); }

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