Html Css Color HEX #0CC1F9 Deep Sky Blue

📋 copy color: '#0CC1F9'

red 12 ◦ green 193 ◦ blue 249

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

Shades of Deep Sky Blue #0CC1F9

Tints of Deep Sky Blue #0CC1F9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.51%

 BLUE value IS 249 (97.66% from 255) = 54.85%

R = 2.64%
G = 42.51%
B = 54.85%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0CC1F9 (or 0x0CC1F9) is known color: Deep Sky Blue. HEX triplet: 0C, C1 and F9. RGB value is (12,193,249). Sum of RGB (Red+Green+Blue) = 12+193+249=454 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #0CC1F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC1F9 is #F33E06. Grayscale: #909090. Windows color (decimal): -15941127 or 16367884. OLE color: 16367884.

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

Color convert

RGB 12 193 249 -
CMYK 0.95 0.22 0 0.02
HSL 194.18º 0.95% 0.51% -
HSV(B) 194.18º 0.95% 0.98% -
XYZ 36.32 45.06 96.41 -
YUV 145.27 186.53 32.95 -
System Red Green Blue C M Y K H S L
Decimal 12 193 249 0.95 0.22 0 0.02 194.18 0.95 0.51
Hex C C1 F9 5F 16 0 2 C2 5F 33
Octal 14 301 371 137 26 0 2 302 137 63
Binary 1100 11000001 11111001 1011111 10110 0 10 11000010 1011111 110011

Color Harmonies of #0CC1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC1F9

Black with #0CC1F9

Text Example


Text Example

White with #0CC1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,193,249); }

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

background-color css

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

 a { background-color: rgb(12,193,249); }

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

border-color css

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

 span { border-color: rgb(12,193,249); }

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