Html Css Color HEX #0CCFED Deep Sky Blue

📋 copy color: '#0CCFED'

red 12 ◦ green 207 ◦ blue 237

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

Shades of Deep Sky Blue #0CCFED

Tints of Deep Sky Blue #0CCFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.39%

 BLUE value IS 237 (92.97% from 255) = 51.97%

R = 2.63%
G = 45.39%
B = 51.97%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CCFED (or 0x0CCFED) is known color: Deep Sky Blue. HEX triplet: 0C, CF and ED. RGB value is (12,207,237). Sum of RGB (Red+Green+Blue) = 12+207+237=456 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #0CCFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCFED is #F33012. Grayscale: #979797. Windows color (decimal): -15937555 or 15585036. OLE color: 15585036.

HSL color Cylindrical-coordinate representation of color #0CCFED: hue angle of 188º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCFED is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 207 237 -
CMYK 0.95 0.13 0 0.07
HSL 188º 0.9% 0.49% -
HSV(B) 188º 0.95% 0.93% -
XYZ 37.75 50.82 87.94 -
YUV 152.12 175.9 28.06 -
System Red Green Blue C M Y K H S L
Decimal 12 207 237 0.95 0.13 0 0.07 188 0.9 0.49
Hex C CF ED 5F D 0 7 BC 5A 31
Octal 14 317 355 137 15 0 7 274 132 61
Binary 1100 11001111 11101101 1011111 1101 0 111 10111100 1011010 110001

Color Harmonies of #0CCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCFED

Black with #0CCFED

Text Example


Text Example

White with #0CCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,207,237); }

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

background-color css

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

 a { background-color: rgb(12,207,237); }

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

border-color css

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

 span { border-color: rgb(12,207,237); }

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