Html Css Color HEX #0CFCFF Aqua

📋 copy color: '#0CFCFF'

red 12 ◦ green 252 ◦ blue 255

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

Shades of Aqua #0CFCFF

Tints of Aqua #0CFCFF

RGB

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

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

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

R = 2.31%
G = 48.55%
B = 49.13%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0CFCFF (or 0x0CFCFF) is known color: Aqua. HEX triplet: 0C, FC and FF. RGB value is (12,252,255). Sum of RGB (Red+Green+Blue) = 12+252+255=519 (68% of max value = 765). Red value is 12 (5.08% from 255 or 2.31% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CFCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFCFF is #F30300. Grayscale: #B4B4B4. Windows color (decimal): -15926017 or 16776204. OLE color: 16776204.

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

Color convert

RGB 12 252 255 -
CMYK 0.95 0.01 0 0
HSL 180.74º 1% 0.52% -
HSV(B) 180.74º 0.95% 1% -
XYZ 53.01 76.92 106.66 -
YUV 180.58 169.99 7.76 -
System Red Green Blue C M Y K H S L
Decimal 12 252 255 0.95 0.01 0 0 180.74 1 0.52
Hex C FC FF 5F 1 0 0 B5 64 34
Octal 14 374 377 137 1 0 0 265 144 64
Binary 1100 11111100 11111111 1011111 1 0 0 10110101 1100100 110100

Color Harmonies of #0CFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFCFF

Black with #0CFCFF

Text Example


Text Example

White with #0CFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,252,255); }

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

background-color css

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

 a { background-color: rgb(12,252,255); }

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

border-color css

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

 span { border-color: rgb(12,252,255); }

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