#0CC8EA

Color #0CC8EA Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0CC8EA

Tints of Deep Sky Blue #0CC8EA

Color information

#0CC8EA (or 0x0CC8EA) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, C8 and EA. RGB value is (12,200,234). Sum of RGB (Red+Green+Blue) = 12+200+234=446 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.69% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CC8EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC8EA is #F33715. Grayscale: #939393. Windows color (decimal): -15939350 or 15386636. OLE color: 15386636.

HSL color Cylindrical-coordinate representation of color #0CC8EA: hue angle of 189.19º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC8EA is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12200234-
CMYK0.950.1500.08
HSL189.19º90.24%48.24%-
HSV(B)189.19º94.87%91.76%-
XYZ35.6647.3385.1-
YUV147.66176.7231.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.69%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 234 (91.80% from 255) = 52.47%
R=2.69%
G=44.84%
B=52.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122002340.950.1500.08189.1990.2448.24
HexCC8EA5FF08bd5a30
Octal143103521371701027513260
Binary110011001000111010101011111111101000101111011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,200,234); }

 H1.HeaderClassName
 {
   color: #0CC8EA;
 }
 .AnyTagClassName
 {
   color: #0CC8EA;
 }
</style>
background-color css

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

 a { background-color: rgb(12,200,234); }

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

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

 span { border-color: rgb(12,200,234); }

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