Html Css Color HEX #0DD2FA Deep Sky Blue

📋 copy color: '#0DD2FA'

red 13 ◦ green 210 ◦ blue 250

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

Shades of Deep Sky Blue #0DD2FA

Tints of Deep Sky Blue #0DD2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

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

R = 2.75%
G = 44.4%
B = 52.85%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DD2FA (or 0x0DD2FA) is known color: Deep Sky Blue. HEX triplet: 0D, D2 and FA. RGB value is (13,210,250). Sum of RGB (Red+Green+Blue) = 13+210+250=473 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DD2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD2FA is #F22D05. Grayscale: #9B9B9B. Windows color (decimal): -15871238 or 16437773. OLE color: 16437773.

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

Color convert

RGB 13 210 250 -
CMYK 0.95 0.16 0 0.02
HSL 190.13º 0.96% 0.52% -
HSV(B) 190.13º 0.95% 0.98% -
XYZ 40.47 53.08 98.56 -
YUV 155.66 181.23 26.25 -
System Red Green Blue C M Y K H S L
Decimal 13 210 250 0.95 0.16 0 0.02 190.13 0.96 0.52
Hex D D2 FA 5F 10 0 2 BE 60 34
Octal 15 322 372 137 20 0 2 276 140 64
Binary 1101 11010010 11111010 1011111 10000 0 10 10111110 1100000 110100

Color Harmonies of #0DD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD2FA

Black with #0DD2FA

Text Example


Text Example

White with #0DD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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