Html Css Color HEX #0CCDFB Deep Sky Blue

📋 copy color: '#0CCDFB'

red 12 ◦ green 205 ◦ blue 251

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

Shades of Deep Sky Blue #0CCDFB

Tints of Deep Sky Blue #0CCDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 2.56%
G = 43.8%
B = 53.63%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0CCDFB (or 0x0CCDFB) is known color: Deep Sky Blue. HEX triplet: 0C, CD and FB. RGB value is (12,205,251). Sum of RGB (Red+Green+Blue) = 12+205+251=468 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #0CCDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCDFB is #F33204. Grayscale: #989898. Windows color (decimal): -15938053 or 16502028. OLE color: 16502028.

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

Color convert

RGB 12 205 251 -
CMYK 0.95 0.18 0 0.02
HSL 191.55º 0.97% 0.52% -
HSV(B) 191.55º 0.95% 0.98% -
XYZ 39.4 50.71 98.98 -
YUV 152.54 183.56 27.76 -
System Red Green Blue C M Y K H S L
Decimal 12 205 251 0.95 0.18 0 0.02 191.55 0.97 0.52
Hex C CD FB 5F 12 0 2 C0 61 34
Octal 14 315 373 137 22 0 2 300 141 64
Binary 1100 11001101 11111011 1011111 10010 0 10 11000000 1100001 110100

Color Harmonies of #0CCDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCDFB

Black with #0CCDFB

Text Example


Text Example

White with #0CCDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,205,251); }

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

background-color css

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

 a { background-color: rgb(12,205,251); }

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

border-color css

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

 span { border-color: rgb(12,205,251); }

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