Html Css Color HEX #0DCAFF Deep Sky Blue

📋 copy color: '#0DCAFF'

red 13 ◦ green 202 ◦ blue 255

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

Shades of Deep Sky Blue #0DCAFF

Tints of Deep Sky Blue #0DCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

 BLUE value IS 255 (100% from 255) = 54.26%

R = 2.77%
G = 42.98%
B = 54.26%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0DCAFF (or 0x0DCAFF) is known color: Deep Sky Blue. HEX triplet: 0D, CA and FF. RGB value is (13,202,255). Sum of RGB (Red+Green+Blue) = 13+202+255=470 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DCAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCAFF is #F23500. Grayscale: #979797. Windows color (decimal): -15873281 or 16763405. OLE color: 16763405.

HSL color Cylindrical-coordinate representation of color #0DCAFF: hue angle of 193.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCAFF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 13 202 255 -
CMYK 0.95 0.21 0 0
HSL 193.14º 1% 0.53% -
HSV(B) 193.14º 0.95% 1% -
XYZ 39.34 49.55 102.1 -
YUV 151.53 186.38 29.19 -
System Red Green Blue C M Y K H S L
Decimal 13 202 255 0.95 0.21 0 0 193.14 1 0.53
Hex D CA FF 5F 15 0 0 C1 64 35
Octal 15 312 377 137 25 0 0 301 144 65
Binary 1101 11001010 11111111 1011111 10101 0 0 11000001 1100100 110101

Color Harmonies of #0DCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCAFF

Black with #0DCAFF

Text Example


Text Example

White with #0DCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,202,255); }

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

background-color css

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

 a { background-color: rgb(13,202,255); }

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

border-color css

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

 span { border-color: rgb(13,202,255); }

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