Html Css Color HEX #0FBDFF Deep Sky Blue

📋 copy color: '#0FBDFF'

red 15 ◦ green 189 ◦ blue 255

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

Shades of Deep Sky Blue #0FBDFF

Tints of Deep Sky Blue #0FBDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.18%

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

R = 3.27%
G = 41.18%
B = 55.56%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FBDFF (or 0x0FBDFF) is known color: Deep Sky Blue. HEX triplet: 0F, BD and FF. RGB value is (15,189,255). Sum of RGB (Red+Green+Blue) = 15+189+255=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FBDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBDFF is #F04200. Grayscale: #909090. Windows color (decimal): -15745537 or 16760079. OLE color: 16760079.

HSL color Cylindrical-coordinate representation of color #0FBDFF: hue angle of 196.5º 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 #0FBDFF is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 189 255 -
CMYK 0.94 0.26 0 0
HSL 196.5º 1% 0.53% -
HSV(B) 196.5º 0.94% 1% -
XYZ 36.44 43.72 101.13 -
YUV 144.5 190.35 35.63 -
System Red Green Blue C M Y K H S L
Decimal 15 189 255 0.94 0.26 0 0 196.5 1 0.53
Hex F BD FF 5E 1A 0 0 C4 64 35
Octal 17 275 377 136 32 0 0 304 144 65
Binary 1111 10111101 11111111 1011110 11010 0 0 11000100 1100100 110101

Color Harmonies of #0FBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDFF

Black with #0FBDFF

Text Example


Text Example

White with #0FBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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