Html Css Color HEX #0FBEF0 Deep Sky Blue

📋 copy color: '#0FBEF0'

red 15 ◦ green 190 ◦ blue 240

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

Shades of Deep Sky Blue #0FBEF0

Tints of Deep Sky Blue #0FBEF0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.7%

 BLUE value IS 240 (94.14% from 255) = 53.93%

R = 3.37%
G = 42.7%
B = 53.93%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0FBEF0 (or 0x0FBEF0) is known color: Deep Sky Blue. HEX triplet: 0F, BE and F0. RGB value is (15,190,240). Sum of RGB (Red+Green+Blue) = 15+190+240=445 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.37% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FBEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEF0 is #F0410F. Grayscale: #8F8F8F. Windows color (decimal): -15745296 or 15777295. OLE color: 15777295.

HSL color Cylindrical-coordinate representation of color #0FBEF0: hue angle of 193.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBEF0 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 190 240 -
CMYK 0.94 0.21 0 0.06
HSL 193.33º 0.88% 0.5% -
HSV(B) 193.33º 0.94% 0.94% -
XYZ 34.34 43.22 88.97 -
YUV 143.38 182.52 36.43 -
System Red Green Blue C M Y K H S L
Decimal 15 190 240 0.94 0.21 0 0.06 193.33 0.88 0.5
Hex F BE F0 5E 15 0 6 C1 58 32
Octal 17 276 360 136 25 0 6 301 130 62
Binary 1111 10111110 11110000 1011110 10101 0 110 11000001 1011000 110010

Color Harmonies of #0FBEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBEF0

Black with #0FBEF0

Text Example


Text Example

White with #0FBEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,190,240); }

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

background-color css

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

 a { background-color: rgb(15,190,240); }

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

border-color css

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

 span { border-color: rgb(15,190,240); }

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