Html Css Color HEX #0CCEFD Deep Sky Blue

📋 copy color: '#0CCEFD'

red 12 ◦ green 206 ◦ blue 253

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

Shades of Deep Sky Blue #0CCEFD

Tints of Deep Sky Blue #0CCEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

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

R = 2.55%
G = 43.74%
B = 53.72%

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

#0CCEFD (or 0x0CCEFD) is known color: Deep Sky Blue. HEX triplet: 0C, CE and FD. RGB value is (12,206,253). Sum of RGB (Red+Green+Blue) = 12+206+253=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CCEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCEFD is #F33102. Grayscale: #989898. Windows color (decimal): -15937795 or 16633356. OLE color: 16633356.

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

Color convert

RGB 12 206 253 -
CMYK 0.95 0.19 0 0.01
HSL 191.7º 0.98% 0.52% -
HSV(B) 191.7º 0.95% 0.99% -
XYZ 39.95 51.31 100.73 -
YUV 153.35 184.23 27.18 -
System Red Green Blue C M Y K H S L
Decimal 12 206 253 0.95 0.19 0 0.01 191.7 0.98 0.52
Hex C CE FD 5F 13 0 1 C0 62 34
Octal 14 316 375 137 23 0 1 300 142 64
Binary 1100 11001110 11111101 1011111 10011 0 1 11000000 1100010 110100

Color Harmonies of #0CCEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEFD

Black with #0CCEFD

Text Example


Text Example

White with #0CCEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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