#0CCAEB

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

Shades of Deep Sky Blue #0CCAEB

Tints of Deep Sky Blue #0CCAEB

Color information

#0CCAEB (or 0x0CCAEB) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, CA and EB. RGB value is (12,202,235). Sum of RGB (Red+Green+Blue) = 12+202+235=449 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CCAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCAEB is #F33514. Grayscale: #949494. Windows color (decimal): -15938837 or 15452684. OLE color: 15452684.

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

Color convert

RGB12202235-
CMYK0.950.1400.08
HSL188.88º90.28%48.43%-
HSV(B)188.88º94.89%92.16%-
XYZ36.2748.3286.01-
YUV148.95176.5530.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.67%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 235 (92.19% from 255) = 52.34%
R=2.67%
G=44.99%
B=52.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122022350.950.1400.08188.8890.2848.43
HexCCAEB5FE08bd5a30
Octal143123531371601027513260
Binary110011001010111010111011111111001000101111011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,202,235); }

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

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

 a { background-color: rgb(12,202,235); }

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

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

 span { border-color: rgb(12,202,235); }

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