Html Css Color HEX #0FEDFD Aqua

📋 copy color: '#0FEDFD'

red 15 ◦ green 237 ◦ blue 253

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

Shades of Aqua #0FEDFD

Tints of Aqua #0FEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.93%

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

R = 2.97%
G = 46.93%
B = 50.1%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FEDFD (or 0x0FEDFD) is known color: Aqua. HEX triplet: 0F, ED and FD. RGB value is (15,237,253). Sum of RGB (Red+Green+Blue) = 15+237+253=505 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.97% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FEDFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEDFD is #F01202. Grayscale: #ACACAC. Windows color (decimal): -15733251 or 16641295. OLE color: 16641295.

HSL color Cylindrical-coordinate representation of color #0FEDFD: hue angle of 184.03º 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 #0FEDFD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 237 253 -
CMYK 0.94 0.06 0 0.01
HSL 184.03º 0.98% 0.53% -
HSV(B) 184.03º 0.94% 0.99% -
XYZ 48.21 67.76 103.47 -
YUV 172.45 173.45 15.7 -
System Red Green Blue C M Y K H S L
Decimal 15 237 253 0.94 0.06 0 0.01 184.03 0.98 0.53
Hex F ED FD 5E 6 0 1 B8 62 35
Octal 17 355 375 136 6 0 1 270 142 65
Binary 1111 11101101 11111101 1011110 110 0 1 10111000 1100010 110101

Color Harmonies of #0FEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEDFD

Black with #0FEDFD

Text Example


Text Example

White with #0FEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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