Html Css Color HEX #0CC2FE Deep Sky Blue

📋 copy color: '#0CC2FE'

red 12 ◦ green 194 ◦ blue 254

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

Shades of Deep Sky Blue #0CC2FE

Tints of Deep Sky Blue #0CC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

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

R = 2.61%
G = 42.17%
B = 55.22%

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

#0CC2FE (or 0x0CC2FE) is known color: Deep Sky Blue. HEX triplet: 0C, C2 and FE. RGB value is (12,194,254). Sum of RGB (Red+Green+Blue) = 12+194+254=460 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CC2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC2FE is #F33D01. Grayscale: #929292. Windows color (decimal): -15940866 or 16695820. OLE color: 16695820.

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

Color convert

RGB 12 194 254 -
CMYK 0.95 0.24 0 0.00
HSL 194.88º 0.99% 0.52% -
HSV(B) 194.88º 0.95% 1% -
XYZ 37.33 45.82 100.64 -
YUV 146.42 188.7 32.12 -
System Red Green Blue C M Y K H S L
Decimal 12 194 254 0.95 0.24 0 0.00 194.88 0.99 0.52
Hex C C2 FE 5F 18 0 0 C3 63 34
Octal 14 302 376 137 30 0 0 303 143 64
Binary 1100 11000010 11111110 1011111 11000 0 0 11000011 1100011 110100

Color Harmonies of #0CC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC2FE

Black with #0CC2FE

Text Example


Text Example

White with #0CC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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