Html Css Color HEX #0AFCED Aqua

📋 copy color: '#0AFCED'

red 10 ◦ green 252 ◦ blue 237

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

Shades of Aqua #0AFCED

Tints of Aqua #0AFCED

RGB

 RED value IS 10 (4.3% from 255) = 2%

 GREEN value IS 252 (98.83% from 255) = 50.5%

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

R = 2%
G = 50.5%
B = 47.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#0AFCED (or 0x0AFCED) is known color: Aqua. HEX triplet: 0A, FC and ED. RGB value is (10,252,237). Sum of RGB (Red+Green+Blue) = 10+252+237=499 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2.00% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFCED is #F50312. Grayscale: #B1B1B1. Windows color (decimal): -16057107 or 15596554. OLE color: 15596554.

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

Color convert

RGB 10 252 237 -
CMYK 0.96 0 0.06 0.01
HSL 176.28º 0.98% 0.51% -
HSV(B) 176.28º 0.96% 0.99% -
XYZ 50.22 75.8 92.1 -
YUV 177.93 161.33 8.22 -
System Red Green Blue C M Y K H S L
Decimal 10 252 237 0.96 0 0.06 0.01 176.28 0.98 0.51
Hex A FC ED 60 0 6 1 B0 62 33
Octal 12 374 355 140 0 6 1 260 142 63
Binary 1010 11111100 11101101 1100000 0 110 1 10110000 1100010 110011

Color Harmonies of #0AFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFCED

Black with #0AFCED

Text Example


Text Example

White with #0AFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,252,237); }

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

background-color css

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

 a { background-color: rgb(10,252,237); }

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

border-color css

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

 span { border-color: rgb(10,252,237); }

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