Html Css Color HEX #0FDBFB Deep Sky Blue

📋 copy color: '#0FDBFB'

red 15 ◦ green 219 ◦ blue 251

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

Shades of Deep Sky Blue #0FDBFB

Tints of Deep Sky Blue #0FDBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 3.09%
G = 45.15%
B = 51.75%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FDBFB (or 0x0FDBFB) is known color: Deep Sky Blue. HEX triplet: 0F, DB and FB. RGB value is (15,219,251). Sum of RGB (Red+Green+Blue) = 15+219+251=485 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FDBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDBFB is #F02404. Grayscale: #A1A1A1. Windows color (decimal): -15737861 or 16505615. OLE color: 16505615.

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

Color convert

RGB 15 219 251 -
CMYK 0.94 0.13 0 0.02
HSL 188.14º 0.97% 0.52% -
HSV(B) 188.14º 0.94% 0.98% -
XYZ 42.94 57.73 100.15 -
YUV 161.65 178.41 23.4 -
System Red Green Blue C M Y K H S L
Decimal 15 219 251 0.94 0.13 0 0.02 188.14 0.97 0.52
Hex F DB FB 5E D 0 2 BC 61 34
Octal 17 333 373 136 15 0 2 274 141 64
Binary 1111 11011011 11111011 1011110 1101 0 10 10111100 1100001 110100

Color Harmonies of #0FDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDBFB

Black with #0FDBFB

Text Example


Text Example

White with #0FDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,219,251); }

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

background-color css

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

 a { background-color: rgb(15,219,251); }

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

border-color css

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

 span { border-color: rgb(15,219,251); }

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