Html Css Color HEX #0CC7FF Deep Sky Blue

📋 copy color: '#0CC7FF'

red 12 ◦ green 199 ◦ blue 255

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

Shades of Deep Sky Blue #0CC7FF

Tints of Deep Sky Blue #0CC7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.7%

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

R = 2.58%
G = 42.7%
B = 54.72%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0CC7FF (or 0x0CC7FF) is known color: Deep Sky Blue. HEX triplet: 0C, C7 and FF. RGB value is (12,199,255). Sum of RGB (Red+Green+Blue) = 12+199+255=466 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CC7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC7FF is #F33800. Grayscale: #959595. Windows color (decimal): -15939585 or 16762636. OLE color: 16762636.

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

Color convert

RGB 12 199 255 -
CMYK 0.95 0.22 0 0
HSL 193.83º 1% 0.52% -
HSV(B) 193.83º 0.95% 1% -
XYZ 38.63 48.15 101.86 -
YUV 149.47 187.55 29.95 -
System Red Green Blue C M Y K H S L
Decimal 12 199 255 0.95 0.22 0 0 193.83 1 0.52
Hex C C7 FF 5F 16 0 0 C2 64 34
Octal 14 307 377 137 26 0 0 302 144 64
Binary 1100 11000111 11111111 1011111 10110 0 0 11000010 1100100 110100

Color Harmonies of #0CC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC7FF

Black with #0CC7FF

Text Example


Text Example

White with #0CC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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