Html Css Color HEX #0DCFFF Deep Sky Blue

📋 copy color: '#0DCFFF'

red 13 ◦ green 207 ◦ blue 255

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

Shades of Deep Sky Blue #0DCFFF

Tints of Deep Sky Blue #0DCFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.58%

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

R = 2.74%
G = 43.58%
B = 53.68%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0DCFFF (or 0x0DCFFF) is known color: Deep Sky Blue. HEX triplet: 0D, CF and FF. RGB value is (13,207,255). Sum of RGB (Red+Green+Blue) = 13+207+255=475 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.74% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DCFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCFFF is #F23000. Grayscale: #9A9A9A. Windows color (decimal): -15872001 or 16764685. OLE color: 16764685.

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

Color convert

RGB 13 207 255 -
CMYK 0.95 0.19 0 0
HSL 191.9º 1% 0.53% -
HSV(B) 191.9º 0.95% 1% -
XYZ 40.53 51.93 102.5 -
YUV 154.47 184.73 27.1 -
System Red Green Blue C M Y K H S L
Decimal 13 207 255 0.95 0.19 0 0 191.9 1 0.53
Hex D CF FF 5F 13 0 0 C0 64 35
Octal 15 317 377 137 23 0 0 300 144 65
Binary 1101 11001111 11111111 1011111 10011 0 0 11000000 1100100 110101

Color Harmonies of #0DCFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCFFF

Black with #0DCFFF

Text Example


Text Example

White with #0DCFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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