Html Css Color HEX #0DC6FB Deep Sky Blue

📋 copy color: '#0DC6FB'

red 13 ◦ green 198 ◦ blue 251

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

Shades of Deep Sky Blue #0DC6FB

Tints of Deep Sky Blue #0DC6FB

RGB

 RED value IS 13 (5.47% from 255) = 2.81%

 GREEN value IS 198 (77.73% from 255) = 42.86%

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

R = 2.81%
G = 42.86%
B = 54.33%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DC6FB (or 0x0DC6FB) is known color: Deep Sky Blue. HEX triplet: 0D, C6 and FB. RGB value is (13,198,251). Sum of RGB (Red+Green+Blue) = 13+198+251=462 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.81% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DC6FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC6FB is #F23904. Grayscale: #949494. Windows color (decimal): -15874309 or 16500237. OLE color: 16500237.

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

Color convert

RGB 13 198 251 -
CMYK 0.95 0.21 0 0.02
HSL 193.36º 0.97% 0.52% -
HSV(B) 193.36º 0.95% 0.98% -
XYZ 37.77 47.44 98.43 -
YUV 148.73 185.71 31.19 -
System Red Green Blue C M Y K H S L
Decimal 13 198 251 0.95 0.21 0 0.02 193.36 0.97 0.52
Hex D C6 FB 5F 15 0 2 C1 61 34
Octal 15 306 373 137 25 0 2 301 141 64
Binary 1101 11000110 11111011 1011111 10101 0 10 11000001 1100001 110100

Color Harmonies of #0DC6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC6FB

Black with #0DC6FB

Text Example


Text Example

White with #0DC6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,198,251); }

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

background-color css

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

 a { background-color: rgb(13,198,251); }

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

border-color css

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

 span { border-color: rgb(13,198,251); }

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