Html Css Color HEX #07BFE5 Deep Sky Blue

📋 copy color: '#07BFE5'

red 7 ◦ green 191 ◦ blue 229

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

Shades of Deep Sky Blue #07BFE5

Tints of Deep Sky Blue #07BFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.63%

R = 1.64%
G = 44.73%
B = 53.63%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#07BFE5 (or 0x07BFE5) is known color: Deep Sky Blue. HEX triplet: 07, BF and E5. RGB value is (7,191,229). Sum of RGB (Red+Green+Blue) = 7+191+229=427 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #07BFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFE5 is #F8401A. Grayscale: #8B8B8B. Windows color (decimal): -16269339 or 15056647. OLE color: 15056647.

HSL color Cylindrical-coordinate representation of color #07BFE5: hue angle of 190.27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFE5 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 7 191 229 -
CMYK 0.97 0.17 0 0.10
HSL 190.27º 0.94% 0.46% -
HSV(B) 190.27º 0.97% 0.9% -
XYZ 32.86 42.96 80.69 -
YUV 140.32 178.04 32.91 -
System Red Green Blue C M Y K H S L
Decimal 7 191 229 0.97 0.17 0 0.10 190.27 0.94 0.46
Hex 7 BF E5 61 11 0 A BE 5E 2E
Octal 7 277 345 141 21 0 12 276 136 56
Binary 111 10111111 11100101 1100001 10001 0 1010 10111110 1011110 101110

Color Harmonies of #07BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BFE5

Black with #07BFE5

Text Example


Text Example

White with #07BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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