Html Css Color HEX #0CCCFD Deep Sky Blue

📋 copy color: '#0CCCFD'

red 12 ◦ green 204 ◦ blue 253

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

Shades of Deep Sky Blue #0CCCFD

Tints of Deep Sky Blue #0CCCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.5%

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 2.56%
G = 43.5%
B = 53.94%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0CCCFD (or 0x0CCCFD) is known color: Deep Sky Blue. HEX triplet: 0C, CC and FD. RGB value is (12,204,253). Sum of RGB (Red+Green+Blue) = 12+204+253=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CCCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCFD is #F33302. Grayscale: #979797. Windows color (decimal): -15938307 or 16632844. OLE color: 16632844.

HSL color Cylindrical-coordinate representation of color #0CCCFD: hue angle of 192.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCFD is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 12 204 253 -
CMYK 0.95 0.19 0 0.01
HSL 192.2º 0.98% 0.52% -
HSV(B) 192.2º 0.95% 0.99% -
XYZ 39.47 50.36 100.57 -
YUV 152.18 184.89 28.02 -
System Red Green Blue C M Y K H S L
Decimal 12 204 253 0.95 0.19 0 0.01 192.2 0.98 0.52
Hex C CC FD 5F 13 0 1 C0 62 34
Octal 14 314 375 137 23 0 1 300 142 64
Binary 1100 11001100 11111101 1011111 10011 0 1 11000000 1100010 110100

Color Harmonies of #0CCCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCFD

Black with #0CCCFD

Text Example


Text Example

White with #0CCCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,204,253); }

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

background-color css

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

 a { background-color: rgb(12,204,253); }

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

border-color css

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

 span { border-color: rgb(12,204,253); }

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