Html Css Color HEX #0CC0FE Deep Sky Blue

📋 copy color: '#0CC0FE'

red 12 ◦ green 192 ◦ blue 254

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

Shades of Deep Sky Blue #0CC0FE

Tints of Deep Sky Blue #0CC0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.92%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 2.62%
G = 41.92%
B = 55.46%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0CC0FE (or 0x0CC0FE) is known color: Deep Sky Blue. HEX triplet: 0C, C0 and FE. RGB value is (12,192,254). Sum of RGB (Red+Green+Blue) = 12+192+254=458 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.62% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CC0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC0FE is #F33F01. Grayscale: #909090. Windows color (decimal): -15941378 or 16695308. OLE color: 16695308.

HSL color Cylindrical-coordinate representation of color #0CC0FE: hue angle of 195.37º 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 #0CC0FE is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 12 192 254 -
CMYK 0.95 0.24 0 0.00
HSL 195.37º 0.99% 0.52% -
HSV(B) 195.37º 0.95% 1% -
XYZ 36.89 44.93 100.49 -
YUV 145.25 189.37 32.96 -
System Red Green Blue C M Y K H S L
Decimal 12 192 254 0.95 0.24 0 0.00 195.37 0.99 0.52
Hex C C0 FE 5F 18 0 0 C3 63 34
Octal 14 300 376 137 30 0 0 303 143 64
Binary 1100 11000000 11111110 1011111 11000 0 0 11000011 1100011 110100

Color Harmonies of #0CC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC0FE

Black with #0CC0FE

Text Example


Text Example

White with #0CC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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