Html Css Color HEX #0DCFFE Deep Sky Blue

📋 copy color: '#0DCFFE'

red 13 ◦ green 207 ◦ blue 254

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

Shades of Deep Sky Blue #0DCFFE

Tints of Deep Sky Blue #0DCFFE

RGB

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

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

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

R = 2.74%
G = 43.67%
B = 53.59%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0DCFFE (or 0x0DCFFE) is known color: Deep Sky Blue. HEX triplet: 0D, CF and FE. RGB value is (13,207,254). Sum of RGB (Red+Green+Blue) = 13+207+254=474 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.74% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DCFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCFFE is #F23001. Grayscale: #999999. Windows color (decimal): -15872002 or 16699149. OLE color: 16699149.

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

Color convert

RGB 13 207 254 -
CMYK 0.95 0.19 0 0.00
HSL 191.7º 0.99% 0.52% -
HSV(B) 191.7º 0.95% 1% -
XYZ 40.37 51.87 101.65 -
YUV 154.35 184.23 27.18 -
System Red Green Blue C M Y K H S L
Decimal 13 207 254 0.95 0.19 0 0.00 191.7 0.99 0.52
Hex D CF FE 5F 13 0 0 C0 63 34
Octal 15 317 376 137 23 0 0 300 143 64
Binary 1101 11001111 11111110 1011111 10011 0 0 11000000 1100011 110100

Color Harmonies of #0DCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCFFE

Black with #0DCFFE

Text Example


Text Example

White with #0DCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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