Html Css Color HEX #0CC5FA Deep Sky Blue

📋 copy color: '#0CC5FA'

red 12 ◦ green 197 ◦ blue 250

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

Shades of Deep Sky Blue #0CC5FA

Tints of Deep Sky Blue #0CC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.92%

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 2.61%
G = 42.92%
B = 54.47%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0CC5FA (or 0x0CC5FA) is known color: Deep Sky Blue. HEX triplet: 0C, C5 and FA. RGB value is (12,197,250). Sum of RGB (Red+Green+Blue) = 12+197+250=459 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #0CC5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC5FA is #F33A05. Grayscale: #939393. Windows color (decimal): -15940102 or 16434444. OLE color: 16434444.

HSL color Cylindrical-coordinate representation of color #0CC5FA: hue angle of 193.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC5FA is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 197 250 -
CMYK 0.95 0.21 0 0.02
HSL 193.36º 0.96% 0.51% -
HSV(B) 193.36º 0.95% 0.98% -
XYZ 37.37 46.91 97.53 -
YUV 147.73 185.71 31.19 -
System Red Green Blue C M Y K H S L
Decimal 12 197 250 0.95 0.21 0 0.02 193.36 0.96 0.51
Hex C C5 FA 5F 15 0 2 C1 60 33
Octal 14 305 372 137 25 0 2 301 140 63
Binary 1100 11000101 11111010 1011111 10101 0 10 11000001 1100000 110011

Color Harmonies of #0CC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC5FA

Black with #0CC5FA

Text Example


Text Example

White with #0CC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,197,250); }

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

background-color css

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

 a { background-color: rgb(12,197,250); }

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

border-color css

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

 span { border-color: rgb(12,197,250); }

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