Html Css Color HEX #12EAFF Aqua

📋 copy color: '#12EAFF'

red 18 ◦ green 234 ◦ blue 255

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

Shades of Aqua #12EAFF

Tints of Aqua #12EAFF

RGB

 RED value IS 18 (7.42% from 255) = 3.55%

 GREEN value IS 234 (91.8% from 255) = 46.15%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 3.55%
G = 46.15%
B = 50.3%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12EAFF (or 0x12EAFF) is known color: Aqua. HEX triplet: 12, EA and FF. RGB value is (18,234,255). Sum of RGB (Red+Green+Blue) = 18+234+255=507 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.55% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #12EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EAFF is #ED1500. Grayscale: #ABABAB. Windows color (decimal): -15537409 or 16771602. OLE color: 16771602.

HSL color Cylindrical-coordinate representation of color #12EAFF: hue angle of 185.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12EAFF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 234 255 -
CMYK 0.93 0.08 0 0
HSL 185.32º 1% 0.54% -
HSV(B) 185.32º 0.93% 1% -
XYZ 47.72 66.19 104.87 -
YUV 171.81 174.94 18.29 -
System Red Green Blue C M Y K H S L
Decimal 18 234 255 0.93 0.08 0 0 185.32 1 0.54
Hex 12 EA FF 5D 8 0 0 B9 64 36
Octal 22 352 377 135 10 0 0 271 144 66
Binary 10010 11101010 11111111 1011101 1000 0 0 10111001 1100100 110110

Color Harmonies of #12EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EAFF

Black with #12EAFF

Text Example


Text Example

White with #12EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12EAFF; }

 p { color: rgb(18,234,255); }

 H1.HeaderClassName
 {
   color: #12EAFF;
 }
 .AnyTagClassName
 {
   color: #12EAFF;
 }
</style>

background-color css

<style>
 a { background-color: #12EAFF; }

 a { background-color: rgb(18,234,255); }

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

border-color css

<style>
 span { border-color: #12EAFF; }

 span { border-color: rgb(18,234,255); }

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