Html Css Color HEX #0CFDEE Aqua

📋 copy color: '#0CFDEE'

red 12 ◦ green 253 ◦ blue 238

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

Shades of Aqua #0CFDEE

Tints of Aqua #0CFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

 BLUE value IS 238 (93.36% from 255) = 47.32%

R = 2.39%
G = 50.3%
B = 47.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#0CFDEE (or 0x0CFDEE) is known color: Aqua. HEX triplet: 0C, FD and EE. RGB value is (12,253,238). Sum of RGB (Red+Green+Blue) = 12+253+238=503 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.39% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFDEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFDEE is #F30211. Grayscale: #B3B3B3. Windows color (decimal): -15925778 or 15662348. OLE color: 15662348.

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

Color convert

RGB 12 253 238 -
CMYK 0.95 0 0.06 0.01
HSL 176.27º 0.98% 0.52% -
HSV(B) 176.27º 0.95% 0.99% -
XYZ 50.71 76.5 92.98 -
YUV 179.23 161.16 8.72 -
System Red Green Blue C M Y K H S L
Decimal 12 253 238 0.95 0 0.06 0.01 176.27 0.98 0.52
Hex C FD EE 5F 0 6 1 B0 62 34
Octal 14 375 356 137 0 6 1 260 142 64
Binary 1100 11111101 11101110 1011111 0 110 1 10110000 1100010 110100

Color Harmonies of #0CFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFDEE

Black with #0CFDEE

Text Example


Text Example

White with #0CFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,253,238); }

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

background-color css

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

 a { background-color: rgb(12,253,238); }

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

border-color css

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

 span { border-color: rgb(12,253,238); }

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