Html Css Color HEX #0DCAFE Deep Sky Blue

📋 copy color: '#0DCAFE'

red 13 ◦ green 202 ◦ blue 254

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

Shades of Deep Sky Blue #0DCAFE

Tints of Deep Sky Blue #0DCAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 2.77%
G = 43.07%
B = 54.16%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0DCAFE (or 0x0DCAFE) is known color: Deep Sky Blue. HEX triplet: 0D, CA and FE. RGB value is (13,202,254). Sum of RGB (Red+Green+Blue) = 13+202+254=469 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DCAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCAFE is #F23501. Grayscale: #979797. Windows color (decimal): -15873282 or 16697869. OLE color: 16697869.

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

Color convert

RGB 13 202 254 -
CMYK 0.95 0.20 0 0.00
HSL 192.95º 0.99% 0.52% -
HSV(B) 192.95º 0.95% 1% -
XYZ 39.18 49.48 101.25 -
YUV 151.42 185.88 29.27 -
System Red Green Blue C M Y K H S L
Decimal 13 202 254 0.95 0.20 0 0.00 192.95 0.99 0.52
Hex D CA FE 5F 14 0 0 C1 63 34
Octal 15 312 376 137 24 0 0 301 143 64
Binary 1101 11001010 11111110 1011111 10100 0 0 11000001 1100011 110100

Color Harmonies of #0DCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCAFE

Black with #0DCAFE

Text Example


Text Example

White with #0DCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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