Html Css Color HEX #0FDCFF Deep Sky Blue

📋 copy color: '#0FDCFF'

red 15 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #0FDCFF

Tints of Deep Sky Blue #0FDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

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

R = 3.06%
G = 44.9%
B = 52.04%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FDCFF (or 0x0FDCFF) is known color: Deep Sky Blue. HEX triplet: 0F, DC and FF. RGB value is (15,220,255). Sum of RGB (Red+Green+Blue) = 15+220+255=490 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.06% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FDCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDCFF is #F02300. Grayscale: #A2A2A2. Windows color (decimal): -15737601 or 16768015. OLE color: 16768015.

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

Color convert

RGB 15 220 255 -
CMYK 0.94 0.14 0 0
HSL 188.75º 1% 0.53% -
HSV(B) 188.75º 0.94% 1% -
XYZ 43.84 58.51 103.59 -
YUV 162.7 180.08 22.65 -
System Red Green Blue C M Y K H S L
Decimal 15 220 255 0.94 0.14 0 0 188.75 1 0.53
Hex F DC FF 5E E 0 0 BD 64 35
Octal 17 334 377 136 16 0 0 275 144 65
Binary 1111 11011100 11111111 1011110 1110 0 0 10111101 1100100 110101

Color Harmonies of #0FDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCFF

Black with #0FDCFF

Text Example


Text Example

White with #0FDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,255); }

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

background-color css

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

 a { background-color: rgb(15,220,255); }

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

border-color css

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

 span { border-color: rgb(15,220,255); }

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