Html Css Color HEX #07BFF1 Deep Sky Blue

📋 copy color: '#07BFF1'

red 7 ◦ green 191 ◦ blue 241

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

Shades of Deep Sky Blue #07BFF1

Tints of Deep Sky Blue #07BFF1

RGB

 RED value IS 7 (3.13% from 255) = 1.59%

 GREEN value IS 191 (75% from 255) = 43.51%

 BLUE value IS 241 (94.53% from 255) = 54.9%

R = 1.59%
G = 43.51%
B = 54.9%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#07BFF1 (or 0x07BFF1) is known color: Deep Sky Blue. HEX triplet: 07, BF and F1. RGB value is (7,191,241). Sum of RGB (Red+Green+Blue) = 7+191+241=439 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #07BFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BFF1 is #F8400E. Grayscale: #8D8D8D. Windows color (decimal): -16269327 or 15843079. OLE color: 15843079.

HSL color Cylindrical-coordinate representation of color #07BFF1: hue angle of 192.82º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFF1 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 191 241 -
CMYK 0.97 0.21 0 0.05
HSL 192.82º 0.94% 0.49% -
HSV(B) 192.82º 0.97% 0.95% -
XYZ 34.6 43.66 89.82 -
YUV 141.68 184.04 31.93 -
System Red Green Blue C M Y K H S L
Decimal 7 191 241 0.97 0.21 0 0.05 192.82 0.94 0.49
Hex 7 BF F1 61 15 0 5 C1 5E 31
Octal 7 277 361 141 25 0 5 301 136 61
Binary 111 10111111 11110001 1100001 10101 0 101 11000001 1011110 110001

Color Harmonies of #07BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BFF1

Black with #07BFF1

Text Example


Text Example

White with #07BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07BFF1; }

 p { color: rgb(7,191,241); }

 H1.HeaderClassName
 {
   color: #07BFF1;
 }
 .AnyTagClassName
 {
   color: #07BFF1;
 }
</style>

background-color css

<style>
 a { background-color: #07BFF1; }

 a { background-color: rgb(7,191,241); }

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

border-color css

<style>
 span { border-color: #07BFF1; }

 span { border-color: rgb(7,191,241); }

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