Html Css Color HEX #0CF9ED Aqua

📋 copy color: '#0CF9ED'

red 12 ◦ green 249 ◦ blue 237

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

Shades of Aqua #0CF9ED

Tints of Aqua #0CF9ED

RGB

 RED value IS 12 (5.08% from 255) = 2.41%

 GREEN value IS 249 (97.66% from 255) = 50%

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 2.41%
G = 50%
B = 47.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#0CF9ED (or 0x0CF9ED) is known color: Aqua. HEX triplet: 0C, F9 and ED. RGB value is (12,249,237). Sum of RGB (Red+Green+Blue) = 12+249+237=498 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.41% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF9ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF9ED is #F30612. Grayscale: #B0B0B0. Windows color (decimal): -15926803 or 15595788. OLE color: 15595788.

HSL color Cylindrical-coordinate representation of color #0CF9ED: hue angle of 176.96º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF9ED is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 249 237 -
CMYK 0.95 0 0.05 0.02
HSL 176.96º 0.95% 0.51% -
HSV(B) 176.96º 0.95% 0.98% -
XYZ 49.31 73.94 91.79 -
YUV 176.77 161.98 10.48 -
System Red Green Blue C M Y K H S L
Decimal 12 249 237 0.95 0 0.05 0.02 176.96 0.95 0.51
Hex C F9 ED 5F 0 5 2 B1 5F 33
Octal 14 371 355 137 0 5 2 261 137 63
Binary 1100 11111001 11101101 1011111 0 101 10 10110001 1011111 110011

Color Harmonies of #0CF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF9ED

Black with #0CF9ED

Text Example


Text Example

White with #0CF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,249,237); }

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

background-color css

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

 a { background-color: rgb(12,249,237); }

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

border-color css

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

 span { border-color: rgb(12,249,237); }

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