Html Css Color HEX #0FEEFD Aqua

📋 copy color: '#0FEEFD'

red 15 ◦ green 238 ◦ blue 253

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

Shades of Aqua #0FEEFD

Tints of Aqua #0FEEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.04%

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

R = 2.96%
G = 47.04%
B = 50%

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

#0FEEFD (or 0x0FEEFD) is known color: Aqua. HEX triplet: 0F, EE and FD. RGB value is (15,238,253). Sum of RGB (Red+Green+Blue) = 15+238+253=506 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.96% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FEEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEEFD is #F01102. Grayscale: #ACACAC. Windows color (decimal): -15732995 or 16641551. OLE color: 16641551.

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

Color convert

RGB 15 238 253 -
CMYK 0.94 0.06 0 0.01
HSL 183.78º 0.98% 0.53% -
HSV(B) 183.78º 0.94% 0.99% -
XYZ 48.5 68.34 103.56 -
YUV 173.03 173.12 15.28 -
System Red Green Blue C M Y K H S L
Decimal 15 238 253 0.94 0.06 0 0.01 183.78 0.98 0.53
Hex F EE FD 5E 6 0 1 B8 62 35
Octal 17 356 375 136 6 0 1 270 142 65
Binary 1111 11101110 11111101 1011110 110 0 1 10111000 1100010 110101

Color Harmonies of #0FEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEEFD

Black with #0FEEFD

Text Example


Text Example

White with #0FEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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