Html Css Color HEX #0DC7FA Deep Sky Blue

📋 copy color: '#0DC7FA'

red 13 ◦ green 199 ◦ blue 250

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

Shades of Deep Sky Blue #0DC7FA

Tints of Deep Sky Blue #0DC7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.07%

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 2.81%
G = 43.07%
B = 54.11%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DC7FA (or 0x0DC7FA) is known color: Deep Sky Blue. HEX triplet: 0D, C7 and FA. RGB value is (13,199,250). Sum of RGB (Red+Green+Blue) = 13+199+250=462 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.81% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DC7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC7FA is #F23805. Grayscale: #949494. Windows color (decimal): -15874054 or 16434957. OLE color: 16434957.

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

Color convert

RGB 13 199 250 -
CMYK 0.95 0.20 0 0.02
HSL 192.91º 0.96% 0.52% -
HSV(B) 192.91º 0.95% 0.98% -
XYZ 37.84 47.83 97.68 -
YUV 149.2 184.88 30.85 -
System Red Green Blue C M Y K H S L
Decimal 13 199 250 0.95 0.20 0 0.02 192.91 0.96 0.52
Hex D C7 FA 5F 14 0 2 C1 60 34
Octal 15 307 372 137 24 0 2 301 140 64
Binary 1101 11000111 11111010 1011111 10100 0 10 11000001 1100000 110100

Color Harmonies of #0DC7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC7FA

Black with #0DC7FA

Text Example


Text Example

White with #0DC7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,199,250); }

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

background-color css

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

 a { background-color: rgb(13,199,250); }

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

border-color css

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

 span { border-color: rgb(13,199,250); }

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