Html Css Color HEX #0CCEFF Deep Sky Blue

📋 copy color: '#0CCEFF'

red 12 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #0CCEFF

Tints of Deep Sky Blue #0CCEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.55%

 BLUE value IS 255 (100% from 255) = 53.91%

R = 2.54%
G = 43.55%
B = 53.91%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0CCEFF (or 0x0CCEFF) is known color: Deep Sky Blue. HEX triplet: 0C, CE and FF. RGB value is (12,206,255). Sum of RGB (Red+Green+Blue) = 12+206+255=473 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CCEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCEFF is #F33100. Grayscale: #999999. Windows color (decimal): -15937793 or 16764428. OLE color: 16764428.

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

Color convert

RGB 12 206 255 -
CMYK 0.95 0.19 0 0
HSL 192.1º 1% 0.52% -
HSV(B) 192.1º 0.95% 1% -
XYZ 40.27 51.44 102.41 -
YUV 153.58 185.23 27.02 -
System Red Green Blue C M Y K H S L
Decimal 12 206 255 0.95 0.19 0 0 192.1 1 0.52
Hex C CE FF 5F 13 0 0 C0 64 34
Octal 14 316 377 137 23 0 0 300 144 64
Binary 1100 11001110 11111111 1011111 10011 0 0 11000000 1100100 110100

Color Harmonies of #0CCEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEFF

Black with #0CCEFF

Text Example


Text Example

White with #0CCEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,206,255); }

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

background-color css

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

 a { background-color: rgb(12,206,255); }

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

border-color css

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

 span { border-color: rgb(12,206,255); }

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