Html Css Color HEX #0FDCFC Deep Sky Blue

📋 copy color: '#0FDCFC'

red 15 ◦ green 220 ◦ blue 252

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

Shades of Deep Sky Blue #0FDCFC

Tints of Deep Sky Blue #0FDCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.75%

R = 3.08%
G = 45.17%
B = 51.75%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FDCFC (or 0x0FDCFC) is known color: Deep Sky Blue. HEX triplet: 0F, DC and FC. RGB value is (15,220,252). Sum of RGB (Red+Green+Blue) = 15+220+252=487 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.08% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FDCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDCFC is #F02303. Grayscale: #A2A2A2. Windows color (decimal): -15737604 or 16571407. OLE color: 16571407.

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

Color convert

RGB 15 220 252 -
CMYK 0.94 0.13 0 0.01
HSL 188.1º 0.98% 0.52% -
HSV(B) 188.1º 0.94% 0.99% -
XYZ 43.36 58.32 101.07 -
YUV 162.35 178.58 22.9 -
System Red Green Blue C M Y K H S L
Decimal 15 220 252 0.94 0.13 0 0.01 188.1 0.98 0.52
Hex F DC FC 5E D 0 1 BC 62 34
Octal 17 334 374 136 15 0 1 274 142 64
Binary 1111 11011100 11111100 1011110 1101 0 1 10111100 1100010 110100

Color Harmonies of #0FDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCFC

Black with #0FDCFC

Text Example


Text Example

White with #0FDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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