Html Css Color HEX #0CD8F5 Deep Sky Blue

📋 copy color: '#0CD8F5'

red 12 ◦ green 216 ◦ blue 245

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

Shades of Deep Sky Blue #0CD8F5

Tints of Deep Sky Blue #0CD8F5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

 BLUE value IS 245 (96.09% from 255) = 51.8%

R = 2.54%
G = 45.67%
B = 51.8%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0CD8F5 (or 0x0CD8F5) is known color: Deep Sky Blue. HEX triplet: 0C, D8 and F5. RGB value is (12,216,245). Sum of RGB (Red+Green+Blue) = 12+216+245=473 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #0CD8F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD8F5 is #F3270A. Grayscale: #9D9D9D. Windows color (decimal): -15935243 or 16111628. OLE color: 16111628.

HSL color Cylindrical-coordinate representation of color #0CD8F5: hue angle of 187.47º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD8F5 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 12 216 245 -
CMYK 0.95 0.12 0 0.04
HSL 187.47º 0.92% 0.5% -
HSV(B) 187.47º 0.95% 0.96% -
XYZ 41.19 55.78 94.98 -
YUV 158.31 176.91 23.64 -
System Red Green Blue C M Y K H S L
Decimal 12 216 245 0.95 0.12 0 0.04 187.47 0.92 0.5
Hex C D8 F5 5F C 0 4 BB 5C 32
Octal 14 330 365 137 14 0 4 273 134 62
Binary 1100 11011000 11110101 1011111 1100 0 100 10111011 1011100 110010

Color Harmonies of #0CD8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD8F5

Black with #0CD8F5

Text Example


Text Example

White with #0CD8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,216,245); }

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

background-color css

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

 a { background-color: rgb(12,216,245); }

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

border-color css

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

 span { border-color: rgb(12,216,245); }

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