Html Css Color HEX #0CCFFD Deep Sky Blue

📋 copy color: '#0CCFFD'

red 12 ◦ green 207 ◦ blue 253

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

Shades of Deep Sky Blue #0CCFFD

Tints of Deep Sky Blue #0CCFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

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

R = 2.54%
G = 43.86%
B = 53.6%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0CCFFD (or 0x0CCFFD) is known color: Deep Sky Blue. HEX triplet: 0C, CF and FD. RGB value is (12,207,253). Sum of RGB (Red+Green+Blue) = 12+207+253=472 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CCFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCFFD is #F33002. Grayscale: #999999. Windows color (decimal): -15937539 or 16633612. OLE color: 16633612.

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

Color convert

RGB 12 207 253 -
CMYK 0.95 0.18 0 0.01
HSL 191.45º 0.98% 0.52% -
HSV(B) 191.45º 0.95% 0.99% -
XYZ 40.19 51.8 100.81 -
YUV 153.94 183.9 26.76 -
System Red Green Blue C M Y K H S L
Decimal 12 207 253 0.95 0.18 0 0.01 191.45 0.98 0.52
Hex C CF FD 5F 12 0 1 BF 62 34
Octal 14 317 375 137 22 0 1 277 142 64
Binary 1100 11001111 11111101 1011111 10010 0 1 10111111 1100010 110100

Color Harmonies of #0CCFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCFFD

Black with #0CCFFD

Text Example


Text Example

White with #0CCFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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