Html Css Color HEX #0CFEEB Aqua

📋 copy color: '#0CFEEB'

red 12 ◦ green 254 ◦ blue 235

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

Shades of Aqua #0CFEEB

Tints of Aqua #0CFEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.7%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 2.4%
G = 50.7%
B = 46.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#0CFEEB (or 0x0CFEEB) is known color: Aqua. HEX triplet: 0C, FE and EB. RGB value is (12,254,235). Sum of RGB (Red+Green+Blue) = 12+254+235=501 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.40% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFEEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFEEB is #F30114. Grayscale: #B3B3B3. Windows color (decimal): -15925525 or 15465996. OLE color: 15465996.

HSL color Cylindrical-coordinate representation of color #0CFEEB: hue angle of 175.29º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFEEB is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 12 254 235 -
CMYK 0.95 0 0.07 0.00
HSL 175.29º 0.99% 0.52% -
HSV(B) 175.29º 0.95% 1% -
XYZ 50.59 76.96 90.79 -
YUV 179.48 159.33 8.54 -
System Red Green Blue C M Y K H S L
Decimal 12 254 235 0.95 0 0.07 0.00 175.29 0.99 0.52
Hex C FE EB 5F 0 7 0 AF 63 34
Octal 14 376 353 137 0 7 0 257 143 64
Binary 1100 11111110 11101011 1011111 0 111 0 10101111 1100011 110100

Color Harmonies of #0CFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFEEB

Black with #0CFEEB

Text Example


Text Example

White with #0CFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,254,235); }

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

background-color css

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

 a { background-color: rgb(12,254,235); }

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

border-color css

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

 span { border-color: rgb(12,254,235); }

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