Html Css Color HEX #0CDCFF Deep Sky Blue

📋 copy color: '#0CDCFF'

red 12 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #0CDCFF

Tints of Deep Sky Blue #0CDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

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

R = 2.46%
G = 45.17%
B = 52.36%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0CDCFF (or 0x0CDCFF) is known color: Deep Sky Blue. HEX triplet: 0C, DC and FF. RGB value is (12,220,255). Sum of RGB (Red+Green+Blue) = 12+220+255=487 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.46% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CDCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDCFF is #F32300. Grayscale: #A1A1A1. Windows color (decimal): -15934209 or 16768012. OLE color: 16768012.

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

Color convert

RGB 12 220 255 -
CMYK 0.95 0.14 0 0
HSL 188.64º 1% 0.52% -
HSV(B) 188.64º 0.95% 1% -
XYZ 43.79 58.48 103.59 -
YUV 161.8 180.59 21.15 -
System Red Green Blue C M Y K H S L
Decimal 12 220 255 0.95 0.14 0 0 188.64 1 0.52
Hex C DC FF 5F E 0 0 BD 64 34
Octal 14 334 377 137 16 0 0 275 144 64
Binary 1100 11011100 11111111 1011111 1110 0 0 10111101 1100100 110100

Color Harmonies of #0CDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDCFF

Black with #0CDCFF

Text Example


Text Example

White with #0CDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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