Html Css Color HEX #0FD0FD Deep Sky Blue

📋 copy color: '#0FD0FD'

red 15 ◦ green 208 ◦ blue 253

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

Shades of Deep Sky Blue #0FD0FD

Tints of Deep Sky Blue #0FD0FD

RGB

 RED value IS 15 (6.25% from 255) = 3.15%

 GREEN value IS 208 (81.64% from 255) = 43.7%

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 3.15%
G = 43.7%
B = 53.15%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FD0FD (or 0x0FD0FD) is known color: Deep Sky Blue. HEX triplet: 0F, D0 and FD. RGB value is (15,208,253). Sum of RGB (Red+Green+Blue) = 15+208+253=476 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.15% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FD0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD0FD is #F02F02. Grayscale: #9B9B9B. Windows color (decimal): -15740675 or 16633871. OLE color: 16633871.

HSL color Cylindrical-coordinate representation of color #0FD0FD: hue angle of 191.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD0FD is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 208 253 -
CMYK 0.94 0.18 0 0.01
HSL 191.34º 0.98% 0.53% -
HSV(B) 191.34º 0.94% 0.99% -
XYZ 40.48 52.31 100.89 -
YUV 155.42 183.06 27.84 -
System Red Green Blue C M Y K H S L
Decimal 15 208 253 0.94 0.18 0 0.01 191.34 0.98 0.53
Hex F D0 FD 5E 12 0 1 BF 62 35
Octal 17 320 375 136 22 0 1 277 142 65
Binary 1111 11010000 11111101 1011110 10010 0 1 10111111 1100010 110101

Color Harmonies of #0FD0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD0FD

Black with #0FD0FD

Text Example


Text Example

White with #0FD0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,253); }

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

background-color css

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

 a { background-color: rgb(15,208,253); }

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

border-color css

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

 span { border-color: rgb(15,208,253); }

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