Html Css Color HEX #0CFBEE Aqua

📋 copy color: '#0CFBEE'

red 12 ◦ green 251 ◦ blue 238

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

Shades of Aqua #0CFBEE

Tints of Aqua #0CFBEE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.1%

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

R = 2.4%
G = 50.1%
B = 47.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#0CFBEE (or 0x0CFBEE) is known color: Aqua. HEX triplet: 0C, FB and EE. RGB value is (12,251,238). Sum of RGB (Red+Green+Blue) = 12+251+238=501 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.40% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFBEE is #F30411. Grayscale: #B1B1B1. Windows color (decimal): -15926290 or 15661836. OLE color: 15661836.

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

Color convert

RGB 12 251 238 -
CMYK 0.95 0 0.05 0.02
HSL 176.74º 0.97% 0.52% -
HSV(B) 176.74º 0.95% 0.98% -
XYZ 50.08 75.25 92.77 -
YUV 178.06 161.82 9.56 -
System Red Green Blue C M Y K H S L
Decimal 12 251 238 0.95 0 0.05 0.02 176.74 0.97 0.52
Hex C FB EE 5F 0 5 2 B1 61 34
Octal 14 373 356 137 0 5 2 261 141 64
Binary 1100 11111011 11101110 1011111 0 101 10 10110001 1100001 110100

Color Harmonies of #0CFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFBEE

Black with #0CFBEE

Text Example


Text Example

White with #0CFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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